aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xca/APKBUILD
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2020-01-31 14:14:26 +0100
committerMilan P. Stanić <mps@arvanta.net>2020-01-31 14:15:00 +0100
commit4d1d940a0326ffb00ecd68c76bcddf045f28cb90 (patch)
tree4c46a3b3a9757f12061eef383269d305d150aebe /testing/xca/APKBUILD
parent155c1b82454ddc2069acfc640cd8e53d4d05921d (diff)
downloadaports-4d1d940a0326ffb00ecd68c76bcddf045f28cb90.tar.bz2
aports-4d1d940a0326ffb00ecd68c76bcddf045f28cb90.tar.xz
testing/xca: upgrade to 2.2.1
modernize APKBUILD
Diffstat (limited to 'testing/xca/APKBUILD')
-rw-r--r--testing/xca/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/testing/xca/APKBUILD b/testing/xca/APKBUILD
index 9d5062959f..13d23bec36 100644
--- a/testing/xca/APKBUILD
+++ b/testing/xca/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Milan P. Stanić <mps@arvanta.net>
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=xca
-pkgver=2.1.2
+pkgver=2.2.1
pkgrel=0
pkgdesc="X Certificate and Key Management"
url="https://hohnstaedt.de/xca/"
@@ -11,11 +11,10 @@ options="!check" # no tests
depends="qt5-qtbase-sqlite"
makedepends="qt5-qttools-dev openssl-dev libtool"
subpackages="$pkgname-doc"
-source="https://github.com/chris2511/${pkgname}/releases/download/RELEASE.${pkgver}/${pkgname}-${pkgver}.tar.gz"
-builddir="$srcdir/"$pkgname-$pkgver
+source="https://github.com/chris2511/xca/releases/download/RELEASE.$pkgver/xca-$pkgver.tar.gz"
+builddir="$srcdir/"xca-$pkgver
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -27,8 +26,7 @@ build() {
}
package() {
- cd "$builddir"
make destdir="$pkgdir" install
}
-sha512sums="1f104a22b83b802576b4820b7139971da50f9b3dd70aca8e1199e996bad4379b8681bb31b197b84a3dfa49cef4ae093f6622d15fac9667547ff47af43c1e5f07 xca-2.1.2.tar.gz"
+sha512sums="90eaf4a859779d57a4c0201dc403d67e005bd540145b9f543e13b8d5c42199f2ea05543de24b071d19a0db8e5b1e9f3bef2aea4bfe9f71f81007a5f5bb3ba406 xca-2.2.1.tar.gz"