[arch-commits] Commit in bmusb/repos/community-x86_64 (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Mon Apr 13 15:06:23 UTC 2020


    Date: Monday, April 13, 2020 @ 15:06:22
  Author: foxboron
Revision: 613672

archrelease: copy trunk to community-x86_64

Added:
  bmusb/repos/community-x86_64/PKGBUILD
    (from rev 613671, bmusb/trunk/PKGBUILD)
Deleted:
  bmusb/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-13 15:06:14 UTC (rev 613671)
+++ PKGBUILD	2020-04-13 15:06:22 UTC (rev 613672)
@@ -1,25 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=bmusb
-_commit=327dca2d848e4c4656be1bfb54a2edf2e6587a71
-pkgver=0.7.6
-pkgrel=1
-pkgdesc="a free driver for BlackMagic's Intensity Shuttle andUltraStudio SDI USB3 cards"
-arch=('x86_64')
-url="https://git.sesse.net/?p=bmusb;a=summary"
-license=('GPL2')
-depends=('libusb')
-source=("${pkgname}-${pkgver}.tar.gz::https://git.sesse.net/?p=bmusb;a=snapshot;h=${_commit};sf=tgz")
-sha256sums=('1e8e5d8a5c7db103dba74325e72a18a2c60682418a16bac2b3035c6bc034bbc1')
-
-build() {
-  cd "${pkgname}"-"${_commit:0:7}"
-  make
-}
-
-package() {
-  cd "${pkgname}"-"${_commit:0:7}"
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bmusb/repos/community-x86_64/PKGBUILD (from rev 613671, bmusb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-13 15:06:22 UTC (rev 613672)
@@ -0,0 +1,25 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=bmusb
+_commit=327dca2d848e4c4656be1bfb54a2edf2e6587a71
+pkgver=0.7.6
+pkgrel=2
+pkgdesc="a free driver for BlackMagic's Intensity Shuttle andUltraStudio SDI USB3 cards"
+arch=('x86_64')
+url="https://git.sesse.net/?p=bmusb;a=summary"
+license=('GPL2')
+depends=('libusb')
+source=("${pkgname}-${pkgver}.tar.gz::https://git.sesse.net/?p=bmusb;a=snapshot;h=${_commit};sf=tgz")
+sha256sums=('1e8e5d8a5c7db103dba74325e72a18a2c60682418a16bac2b3035c6bc034bbc1')
+
+build() {
+  cd "${pkgname}"-"${_commit:0:7}"
+  make
+}
+
+package() {
+  cd "${pkgname}"-"${_commit:0:7}"
+  make UDEVDIR="/usr/lib/udev" DESTDIR="${pkgdir}" PREFIX="/usr" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list