summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2022-04-23 15:30:04 +0200
committerMichał Wojdyła2022-04-23 15:30:04 +0200
commit06e772ca5648c420acd38a7cb4926c5d641eec07 (patch)
tree16404854bdb0dd3538246c3041b8e8e486ed9519 /PKGBUILD
parentfdbf77c983bac2b661323a037fd5f0914075a13f (diff)
downloadaur-06e772ca5648c420acd38a7cb4926c5d641eec07.tar.gz
update to 2.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ab8b812a66a..8ba6c2c67aaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Moritz Lipp <mlq@pwmt.org>
pkgname=gpshell
-pkgver=2.1.0
-pkgrel=2
-_commit=3832300cc5ade0439c2757ead1cf04e0e946e903
+pkgver=2.2.0
+pkgrel=1
+_commit=3a2240428891746fe404c7aecbf76599a4598fdf
pkgdesc="gpshell GlobalPlatform command shell"
license=('GPL3')
arch=('i686' 'x86_64')
@@ -13,13 +13,8 @@ url="https://github.com/kaoh/globalplatform"
depends=('glibc' 'globalplatform')
makedepends=('pandoc' 'cmake')
source=(https://github.com/kaoh/globalplatform/archive/$_commit.zip)
-md5sums=('da5b1e46ac40221406e51ddf8f82ef4e')
+md5sums=('d91f9d1c9b7ef2c53834170308f93cfe')
-prepare() {
- cd globalplatform-$_commit/globalplatform/cmake_modules
- sed -e 's/libglobalplatform)/globalplatform)/g' -i FindGlobalPlatform.cmake
-
-}
build() {
cd globalplatform-$_commit/gpshell
cmake . -DCMAKE_INSTALL_PREFIX=/usr