summaryrefslogtreecommitdiff
path: root/libre/abuse
diff options
context:
space:
mode:
Diffstat (limited to 'libre/abuse')
-rw-r--r--libre/abuse/PKGBUILD13
-rw-r--r--libre/abuse/abuse.install13
2 files changed, 6 insertions, 20 deletions
diff --git a/libre/abuse/PKGBUILD b/libre/abuse/PKGBUILD
index d23a60f60..2c378030d 100644
--- a/libre/abuse/PKGBUILD
+++ b/libre/abuse/PKGBUILD
@@ -1,6 +1,6 @@
-# $Id: PKGBUILD 149050 2015-12-06 18:42:59Z bluewind $
-# Maintainer (Arch): Alexander Rødseth <rodseth@gmail.com>
-# Contributor (Arch): Lukas Fleischer <archlinux at cryptocrack dot de>
+# $Id: PKGBUILD 172455 2016-04-28 20:48:42Z arodseth $
+# Maintainer (Arch): Alexander F Rødseth <xyproto@archlinux.org>
+# Contributor (Arch): Lukas Fleischer <lfleischer@archlinux.org>
# Contributor (Arch): jlvsimoes <jlvsimoes@oninet.pt>
# Contributor (Arch): kevin <kevin@archlinux.org>
# Contributor: André Silva <emulatorman@parabola.nu>
@@ -9,16 +9,15 @@
pkgname=abuse
_pkgname=$pkgname-libre
pkgver=0.8
-pkgrel=5.parabola1
+pkgrel=6.parabola1
pkgdesc='Side-scroller action game that pits you against ruthless alien killers, without nonfree claudio support'
-arch=('x86_64' 'i686')
-url="http://$pkgname.zoy.org/"
+arch=('x86_64' 'i686' 'armv7h')
+url='http://abuse.zoy.org/'
license=('GPL' 'custom')
replaces=($_pkgname)
conflicts=($_pkgname)
depends=('gcc-libs' 'libgl' 'sdl_mixer' 'glu' 'desktop-file-utils')
makedepends=('gendesk' 'mesa-libgl' 'glu')
-install="$pkgname.install"
mksource=("http://$pkgname.zoy.org/raw-attachment/wiki/download/$pkgname-$pkgver.tar.gz"
'non-claudio.patch')
source=("https://repo.parabola.nu/other/$_pkgname/$_pkgname-$pkgver.tar.gz"
diff --git a/libre/abuse/abuse.install b/libre/abuse/abuse.install
deleted file mode 100644
index ad97d7bab..000000000
--- a/libre/abuse/abuse.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_upgrade() {
- update-desktop-database -q
-}
-
-post_install() {
- post_upgrade
-}
-
-post_remove() {
- post_upgrade
-}
-
-# vim:set ts=2 sw=2 et: