summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmls2015-07-09 22:36:58 +0200
committersmls2015-07-09 22:36:58 +0200
commit8e8e4e338a6ad061ea810bc1fcd78b150dd2a337 (patch)
tree5dc0c0c5e8679eeac89d2980648daa7698f62201
parentbcf03086fe912f703f4c4594239c50a165ee7b45 (diff)
downloadaur-8e8e4e338a6ad061ea810bc1fcd78b150dd2a337.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 6e8c3de826a7..f56ff72851fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = bittriprunner-hib
depends = libgl
depends = openal
depends = libvorbis
+ replaces = bittriprunner
source = bittriprunner.desktop
md5sums = 651aad252c4b42fea26f388642dce6ca
source_i686 = hib://bit.trip.runner-linux-1.0-4_i386-1348702546.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 52e34aa0ba95..0450b00f4909 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ url="http://bittripgame.com/bittrip-runner.html"
arch=('i686' 'x86_64')
license=('custom')
depends=('sdl' 'libgl' 'openal' 'libvorbis')
+replaces=('bittriprunner')
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')
source=('bittriprunner.desktop')