summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e05b26e748c..03f28c690fe3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = globalplatformpro-git
pkgdesc = A powerful tool for managing applets and keys on JavaCards based on the GlobalPlatform specifications
- pkgver = 0.3.9.r31.g4759878
+ pkgver = 0.3.10rc8.r2.g2c67f83
pkgrel = 1
url = https://javacard.pro/globalplatform/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 9d9a33401eec..e6c27d24b506 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
}