summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62235cdb00d9..52d462bc31ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jul 3 19:57:18 UTC 2017
+# Tue Aug 1 21:10:22 UTC 2017
pkgbase = sigrok-firmware-fx2lafw
pkgdesc = An open-source firmware for Cypress FX2
pkgver = 0.1.5
@@ -8,6 +8,7 @@ pkgbase = sigrok-firmware-fx2lafw
arch = any
license = GPL2
makedepends = sdcc
+ conflicts = sigrok-firmware-fx2lafw-bin
source = http://sigrok.org/download/source/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw-0.1.5.tar.gz
sha512sums = 56db016987fd05131762b958e8dea705315aa44604ba63c2dffafdee0df33fbfa5a167c3a8ee7568ffd0fb0cd90df01c72627203ea8427f5e849c55a00e54478
diff --git a/PKGBUILD b/PKGBUILD
index 8fc2358192ef..e9fa31313662 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=(any)
url="http://sigrok.org/wiki/Fx2lafw"
license=(GPL2)
depends=()
+conflicts=("sigrok-firmware-fx2lafw-bin")
makedepends=(sdcc)
source=("http://sigrok.org/download/source/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('56db016987fd05131762b958e8dea705315aa44604ba63c2dffafdee0df33fbfa5a167c3a8ee7568ffd0fb0cd90df01c72627203ea8427f5e849c55a00e54478')