summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Vilar2016-06-18 22:37:31 +0200
committerDavid Vilar2016-06-18 22:37:31 +0200
commit44a8cbd37223b0c046f10ab0cbb380b6fb8de2f8 (patch)
treedb7cbce99b479318f07eee70dff4cbf724317856
parentdb7fb61f99b39189866fe62b1f03c16f0692ffbc (diff)
downloadaur-44a8cbd37223b0c046f10ab0cbb380b6fb8de2f8.tar.gz
Removed call to jar
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a2939ab125d..73b5053506c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vassal
pkgdesc = Game engine for building and playing online adaptations of board games and card games.
pkgver = 3.2.16
- pkgrel = 2
+ pkgrel = 3
url = http://www.vassalengine.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2de53fb3239f..00d05bd48f8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Vilar <davvil@gmail.com>
pkgname=vassal
pkgver=3.2.16
-pkgrel=2
+pkgrel=3
pkgdesc="Game engine for building and playing online adaptations of board games and card games."
arch=('i686' 'x86_64')
url="http://www.vassalengine.org/"
@@ -32,8 +32,6 @@ package() {
mkdir -p $destdir
- jar xf lib/Vengine.jar images/VASSAL-256x256.png
-
cp -r doc lib $destdir
mkdir -p $pkgdir/usr/bin