aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/pinentry-ui/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/pinentry-ui/APKBUILD b/community/pinentry-ui/APKBUILD
index bddbfb6695b..7e56831e609 100644
--- a/community/pinentry-ui/APKBUILD
+++ b/community/pinentry-ui/APKBUILD
@@ -2,18 +2,18 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=pinentry-ui
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Graphical UI's for Pinentry"
-url="http://www.gnupg.org/aegypten2"
+url="https://www.gnupg.org/aegypten2/"
arch="all"
license="GPL-2.0-or-later"
makedepends="libcap-dev gtk+-dev libgpg-error-dev libassuan-dev
gcr-dev libsecret-dev qt5-qtbase-dev"
subpackages="pinentry-gtk pinentry-gnome pinentry-qt"
-source="ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-$pkgver.tar.bz2"
+source="https://gnupg.org/ftp/gcrypt/pinentry/pinentry-$pkgver.tar.bz2"
builddir="$srcdir/pinentry-$pkgver"
-build () {
+build() {
./configure \
--build=$CBUILD \
--host=$CHOST \