summaryrefslogtreecommitdiff
path: root/pcr/boswars
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-02 16:05:36 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-02 16:05:36 +0100
commit22f4ba5a9a8ff4b4c81662639d2c0cec82ecb7ca (patch)
tree9786ae49afb3f1c9ecb1e822da9e7ea98b6ab6d4 /pcr/boswars
parentf154d6fddac3482caea2ecfaad751f3d3f8d3647 (diff)
pcr/boswars: bumped pkgrel and rebuilt for missing architectures
Diffstat (limited to 'pcr/boswars')
-rw-r--r--pcr/boswars/PKGBUILD15
1 files changed, 11 insertions, 4 deletions
diff --git a/pcr/boswars/PKGBUILD b/pcr/boswars/PKGBUILD
index 61657d82b..b78a98f75 100644
--- a/pcr/boswars/PKGBUILD
+++ b/pcr/boswars/PKGBUILD
@@ -1,20 +1,27 @@
+# Maintainer (AUR): carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+# Contributor (AUR): Diogo Leal <estranho@diogoleal.com>
# Maintainer : Aurélien DESBRIÈRES <aurelien@hackers.camp>
-# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
-# Contributor: Diogo Leal <estranho@diogoleal.com>
+
+# parabola changes and rationale:
+# no changes.
pkgname=boswars
pkgver=2.7
-pkgrel=5
+pkgrel=5.1
pkgdesc="Futuristic real-time strategy game"
url="http://www.boswars.org"
license=('GPL')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
depends=('sdl' 'libpng' 'lua51' 'libvorbis' 'libtheora' 'libgl' 'python2')
makedepends=('glu' 'coreutils') # nproc is in coreutils
source=("http://www.boswars.org/dist/releases/$pkgname-$pkgver-src.tar.gz"
"boswars.sh"
"boswars.png"
"boswars.desktop")
+sha256sums=('dc3718f531e9ea413cf37e1333b62a4c5e69f1405502d9c59b9e424635135e3e'
+ '8f90601f1aedee2d2b097b3a47200013ec61639ca3dd6c8936dfc733eb5dc634'
+ 'f89454681f02df31f5714747563ce30c4643cda96d91b7fc29216dacf92e8b10'
+ '666712c9cf7fff391e6a67f99fdc12f6fce45777ee0891a808cb2a00910c739c')
prepare() {
cd $pkgname-$pkgver-src