summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Ivanov2019-08-14 18:21:34 +0200
committerPeter Ivanov2019-08-14 18:21:34 +0200
commit3088cd9d8f0d9f481bbd0c4531f173ecb85228a3 (patch)
tree834011128f2e0b1cc576ac0d77132ae815a2d254 /PKGBUILD
parent58f084248025bd99ce2971d53a9702eb02d50bca (diff)
downloadaur-nexys2prog.tar.gz
Dependency was fixed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 658890735084..24679441b8ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=nexys2prog
pkgver=20101021
-pkgrel=2
+pkgrel=3
pkgdesc="A tool to load .bit files to Digilent's Nexys 2 board"
arch=("i686" "x86_64")
url="http://ixo-jtag.sourceforge.net/nexys2-linux-howto.html"
license=("GPL2")
-depends=(libftd2xx fxload urjtag-svn)
+depends=(libftd2xx fxload urjtag)
makedepends=(git)
options=('!strip')
_gitroot="git+https://github.com/svn2github/ixo-usb-jtag.git"