summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcr/vassal/PKGBUILD27
1 files changed, 9 insertions, 18 deletions
diff --git a/pcr/vassal/PKGBUILD b/pcr/vassal/PKGBUILD
index 406243296..7a3675af2 100644
--- a/pcr/vassal/PKGBUILD
+++ b/pcr/vassal/PKGBUILD
@@ -1,27 +1,20 @@
+# Maintainer (AUR): David Vilar <davvil@gmail.com>
# Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697
-# Contributor (Arch): David Vilar <davvil@gmail.com>
+
+# parabola changes and rationale:
+# - removed empty arrays to avoid confusing libremakepkg
+
pkgname=vassal
-pkgver=3.2.16
-pkgrel=2
+pkgver=3.2.17
+pkgrel=1
pkgdesc="Game engine for building and playing online adaptations of board games and card games."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="http://www.vassalengine.org/"
license=('LGPL')
-groups=()
depends=('java-runtime')
-makedepends=('')
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=(http://sourceforge.net/projects/vassalengine/files/VASSAL-current/VASSAL-${pkgver}/VASSAL-${pkgver}-linux.tar.bz2
VASSAL-256x256.png)
-noextract=()
-md5sums=('8e80b0096778c485d264b7c29f08fd63'
+md5sums=('dc43c18cafcf36cfbc1a0d9eb733d8d1'
'4a4ec11bdbd7dbbf56e6f1d533f69a7e')
build() {
true
@@ -33,8 +26,6 @@ package() {
mkdir -p $destdir
- #jar xf lib/Vengine.jar images/VASSAL-256x256.png
-
cp -r doc lib $destdir
mkdir -p $pkgdir/usr/bin