summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorruquan.chen2024-03-12 10:52:22 +0800
committerruquan.chen2024-03-12 10:52:22 +0800
commitf2fabefa463e57e36fcffc0ff489a69b7855f943 (patch)
treebe00b21c6e4badd56987c48041e8970a12dd7054
parentcd6db2fdf0f6852540d074a91a0ed2ccaf8df5c7 (diff)
downloadaur-f2fabefa463e57e36fcffc0ff489a69b7855f943.tar.gz
bump commit
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2baee93e285c..63b0af7365a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gppcscconnectionplugin
pkgdesc = GlobalPlatform pcsc connection plugin
pkgver = 1.2.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kaoh/globalplatform
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = gppcscconnectionplugin
makedepends = pkgconf
depends = glibc
depends = globalplatform
- source = https://github.com/kaoh/globalplatform/archive/d317cc12d29fe8d38275b8c78d53a2b6a77dd07b.zip
- md5sums = f08c4f76b5d670246570dd9e18c6709a
+ source = https://github.com/kaoh/globalplatform/archive/9d89e9fda45286fe66c7ae88a30a950bd5320da8.zip
+ md5sums = 65e27ac6d315ef1369dfd3d62792a0d0
pkgname = gppcscconnectionplugin
diff --git a/PKGBUILD b/PKGBUILD
index 71b06d64ac35..35668ffbf286 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=gppcscconnectionplugin
pkgver=1.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="GlobalPlatform pcsc connection plugin"
license=('GPL3')
arch=('i686' 'x86_64')
-_commit=d317cc12d29fe8d38275b8c78d53a2b6a77dd07b
+_commit=9d89e9fda45286fe66c7ae88a30a950bd5320da8
url="https://github.com/kaoh/globalplatform"
depends=('glibc' 'globalplatform')
source=(https://github.com/kaoh/globalplatform/archive/$_commit.zip)
makedepends=('cmake' 'pkgconf')
-md5sums=('f08c4f76b5d670246570dd9e18c6709a')
+md5sums=('65e27ac6d315ef1369dfd3d62792a0d0')
build() {
cd globalplatform-$_commit/gppcscconnectionplugin