summaryrefslogtreecommitdiff
path: root/libre/abuse-libre
diff options
context:
space:
mode:
authorBrendan Tildesley <brendan.tildesley@gmail.com>2012-11-10 22:04:39 +1100
committerBrendan Tildesley <brendan.tildesley@gmail.com>2012-11-10 22:04:39 +1100
commitabe8590bae5a1ba3f4b1835a76335071b521369e (patch)
tree1268a813326241bf7218ea389ae2f122705bd376 /libre/abuse-libre
parent830941ab1388a66d48af64128618b15d0205e63e (diff)
downloadabslibre-abe8590bae5a1ba3f4b1835a76335071b521369e.tar.gz
abslibre-abe8590bae5a1ba3f4b1835a76335071b521369e.tar.bz2
abslibre-abe8590bae5a1ba3f4b1835a76335071b521369e.zip
abuse-libre: added provides/replaces/conflicts
Diffstat (limited to 'libre/abuse-libre')
-rwxr-xr-xlibre/abuse-libre/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/libre/abuse-libre/PKGBUILD b/libre/abuse-libre/PKGBUILD
index 829871791..196fb2c85 100755
--- a/libre/abuse-libre/PKGBUILD
+++ b/libre/abuse-libre/PKGBUILD
@@ -7,12 +7,15 @@
_pkgname=abuse
pkgname=abuse-libre
pkgver=0.8
-pkgrel=2
+pkgrel=3
pkgdesc='A side-scroller action game that pits you against ruthless alien killers. Without unfree "Claudio"'
arch=('i686' 'x86_64')
url='http://abuse.zoy.org/'
license=('GPL' 'custom')
depends=('gcc-libs' 'libgl' 'sdl' 'sdl_mixer')
+provides=('$_pkgname=$pkgver')
+replaces=('$_pkgname')
+conflicts=('$_pkgname')
install='abuse.install'
source=("http://abuse.zoy.org/raw-attachment/wiki/download/${_pkgname}-${pkgver}.tar.gz"
non-claudio.patch)