summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 828fab2841ff..34104c6bac53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,9 @@ pkgbase = urjtag-git
makedepends = flex
makedepends = bison
depends = libftd2xx
+ provides = urjtag
conflicts = urjtag
+ replaces = urjtag-svn
options = !strip
source = urjtag-git::git://git.code.sf.net/p/urjtag/git
source = urjtag_libftd2xx.patch
diff --git a/PKGBUILD b/PKGBUILD
index e44db2d514a2..166944146636 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,8 @@ license=("GPL2" "LGPL2.1")
depends=('libftd2xx')
makedepends=('git' 'gcc' 'libftd2xx' 'flex' 'bison')
#makedepends=(svn gcc flex bison)
+replaces=('urjtag-svn')
+provides=('urjtag')
conflicts=('urjtag')
options=('!strip')
source=("$pkgname::git://git.code.sf.net/p/urjtag/git"