summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmls2015-07-09 15:39:55 +0200
committersmls2015-07-09 15:39:55 +0200
commitd491adfe2f8c6b8578ed796cb4de4e651501121f (patch)
tree7317cc0e31a4a4aa24486b47a52dc4c50adaf12e
parent00d7651cc28ba4b1f2a816181bad035bad0fc5c0 (diff)
downloadaur-d491adfe2f8c6b8578ed796cb4de4e651501121f.tar.gz
add "replaces" line
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b636bf70ac5..ac236a69895f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = braid-hib
depends = nvidia-cg-toolkit
depends = libgl
optdepends = libtxc_dxtn: For more efficient texture handling when using one of the open-source Mesa graphics drivers
+ replaces = braid
options = !strip
options = !upx
source = braid-linux-build2.run.bin::hib://braid-linux-build2.run.bin
diff --git a/PKGBUILD b/PKGBUILD
index 27fc47694399..3f780dc59cc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ depends=('sdl' 'nvidia-cg-toolkit' 'libgl')
optdepends=('libtxc_dxtn: For more efficient texture handling when using one of the open-source Mesa graphics drivers')
makedepends=('unzip')
options=('!strip' '!upx')
+replaces=('braid')
PKGEXT='.pkg.tar'
DLAGENTS+=('hib::/usr/bin/echo "Could not find %u. Manually download it to \"$(pwd)\", or set up a hib:// DLAGENT in /etc/makepkg.conf."; exit 1')