summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyrozap2018-11-17 19:16:00 -0600
committercyrozap2018-11-17 19:16:00 -0600
commit3bcd0bf4b4a4dcb9ebdd6ccf2d296c278ff7fb7b (patch)
treef0ce5b105bef2250bc1ae8893d5258510ee93c49
parenta33049c0ba2dbc358f87f64a57aa8c21c50e94d6 (diff)
downloadaur-3bcd0bf4b4a4dcb9ebdd6ccf2d296c278ff7fb7b.tar.gz
Package doesn't conflict with libftd2xx
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd9dedfabce0..5a7973d6539d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = digilent.adept.runtime
pkgdesc = The Adept Runtime consists of the shared libraries, firmware images, and configuration files necessary to communicate with Digilent's devices.
pkgver = 2.19.2
- pkgrel = 1
+ pkgrel = 2
url = https://reference.digilentinc.com/reference/software/adept/start
arch = i686
arch = x86_64
@@ -9,7 +9,6 @@ pkgbase = digilent.adept.runtime
arch = armv7h
license = custom
depends = libusb
- conflicts = libftd2xx
options = !strip
backup = etc/digilent-adept.conf
backup = etc/ld.so.conf.d/digilent-adept-libraries.conf
diff --git a/PKGBUILD b/PKGBUILD
index ba5799fed23a..6215d6a90a8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=digilent.adept.runtime
pkgver=2.19.2
-pkgrel=1
+pkgrel=2
pkgdesc="The Adept Runtime consists of the shared libraries, firmware images, and configuration files necessary to communicate with Digilent's devices."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://reference.digilentinc.com/reference/software/adept/start"
license=('custom')
depends=('libusb')
-conflicts=('libftd2xx')
options=('!strip')
backup=('etc/digilent-adept.conf' 'etc/ld.so.conf.d/digilent-adept-libraries.conf' 'etc/udev/rules.d/52-digilent-usb.rules')
source_armv6h=("https://files.digilent.com/Software/Adept2+Runtime/${pkgver}/${pkgname}_${pkgver}-armhf.deb")