summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJat2020-08-23 02:50:04 +0800
committerJat2020-08-23 02:50:04 +0800
commit3fdc1f90e1dd147f79b3503fa662fbb3700f79cc (patch)
tree0f5da63637c5a6584d8e8f0c4b1c08f57faf4368
parent824ed028b6717a63ccacb1bb9f751430d9b9c295 (diff)
downloadaur-3fdc1f90e1dd147f79b3503fa662fbb3700f79cc.tar.gz
bugfix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acdffc3d696d..6c2558fdc120 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = magewell-pro-capture-dkms
pkgdesc = Driver for Magewell Pro Capture Family
pkgver = 1.3.0.4186
- pkgrel = 1
+ pkgrel = 2
url = https://www.magewell.com/downloads/pro-capture#/driver/linux-x86
arch = x86_64
license = unknown
diff --git a/PKGBUILD b/PKGBUILD
index 68a868841233..0740ea422893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=magewell-pro-capture
pkgname=${_pkgname}-dkms
pkgver=1.3.0.4186
-pkgrel=1
+pkgrel=2
pkgdesc='Driver for Magewell Pro Capture Family'
arch=('x86_64')
url='https://www.magewell.com/downloads/pro-capture#/driver/linux-x86'
@@ -18,6 +18,7 @@ package() {
cd ${_pkgname}-${pkgver}
install -Dm644 scripts/dkms.conf src/Makefile src/ProCaptureLib_64.lib -t ${destdir}
+ touch ${destdir}/.ProCaptureLib.o.cmd
cp -r src/public src/sources ${destdir}
install -Dm644 src/res/* -t ${pkgdir}/usr/share/ProCapture/res