diff options
author | cyrozap | 2018-04-01 16:32:39 -0500 |
---|---|---|
committer | cyrozap | 2018-04-01 16:32:39 -0500 |
commit | 5c1c31c0265c27926717c4c4e1c2762a73f08cbb (patch) | |
tree | 33722b1bc27acfcc7afdc3586d2a1fd833a92340 /PKGBUILD | |
parent | 461aaaf023e2fec346b4d6782c4bad4e374fe511 (diff) | |
download | aur-5c1c31c0265c27926717c4c4e1c2762a73f08cbb.tar.gz |
Fix build for 0.3.10rc8
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ # Maintainer: Forest Crossman <cyrozap at gmail dot com> pkgname=globalplatformpro-git -pkgver=0.3.9.r31.g4759878 +pkgver=0.3.10rc8.r2.g2c67f83 pkgrel=1 pkgdesc="A powerful tool for managing applets and keys on JavaCards based on the GlobalPlatform specifications" arch=('any') @@ -30,6 +30,7 @@ prepare() { build() { cd $pkgname + mvn package ant } |