summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 362f03fa6333..c85187ba2475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-x86-64-libksba
- pkgdesc = A CMS and X.509 access library (android)
- pkgver = 1.5.0
+ pkgdesc = A CMS and X.509 access library (Android x86-64)
+ pkgver = 1.6.6
pkgrel = 1
url = https://www.gnupg.org/related_software/libksba/index.html
arch = any
@@ -11,7 +11,7 @@ pkgbase = android-x86-64-libksba
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://gnupg.org/ftp/gcrypt/libksba/libksba-1.5.0.tar.bz2
- sha256sums = ae4af129216b2d7fdea0b5bf2a788cd458a79c983bb09a43f4d525cc87aba0ba
+ source = https://gnupg.org/ftp/gcrypt/libksba/libksba-1.6.6.tar.bz2
+ md5sums = b84be832461d4704c227c3719288bfc9
pkgname = android-x86-64-libksba
diff --git a/PKGBUILD b/PKGBUILD
index 63d0e5f3ab3d..8283cdd4b82d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
_android_arch=x86-64
pkgname=android-${_android_arch}-libksba
-pkgver=1.5.0
+pkgver=1.6.6
pkgrel=1
arch=('any')
-pkgdesc="A CMS and X.509 access library (android)"
+pkgdesc="A CMS and X.509 access library (Android ${_android_arch})"
url="https://www.gnupg.org/related_software/libksba/index.html"
license=('GPL')
depends=("android-${_android_arch}-libgpg-error")
makedepends=('android-configure')
options=(!strip !buildflags staticlibs !emptydirs)
source=("https://gnupg.org/ftp/gcrypt/libksba/libksba-${pkgver}.tar.bz2")
-sha256sums=('ae4af129216b2d7fdea0b5bf2a788cd458a79c983bb09a43f4d525cc87aba0ba')
+md5sums=('b84be832461d4704c227c3719288bfc9')
build() {
cd "${srcdir}/libksba-${pkgver}/"