aboutsummaryrefslogtreecommitdiffstats
path: root/main/gnome-keyring/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/gnome-keyring/APKBUILD')
-rw-r--r--main/gnome-keyring/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/gnome-keyring/APKBUILD b/main/gnome-keyring/APKBUILD
index fbb4569ae4..2226f57a49 100644
--- a/main/gnome-keyring/APKBUILD
+++ b/main/gnome-keyring/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=gnome-keyring
pkgver=2.32.1
-pkgrel=2
+pkgrel=3
pkgdesc="GNOME keyring"
url="http://www.gnome.org"
arch="all"
@@ -28,7 +28,8 @@ depends_dev="gtk+-dev
makedepends="$depends_dev intltool gobject-introspection-dev"
install=
subpackages="$pkgname-dev"
-source="ftp://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2"
+source="ftp://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
+ egg-asn1x.patch"
[ "$ALPINE_LIBC" = "eglibc" ] && arch=
@@ -59,4 +60,5 @@ package() {
find "$pkgdir" -name '*.la' -delete
}
-md5sums="9a8aa74e03361676f29d6e73155786fc gnome-keyring-2.32.1.tar.bz2"
+md5sums="9a8aa74e03361676f29d6e73155786fc gnome-keyring-2.32.1.tar.bz2
+ab08614f54aa38fabecbf1e18c6b3518 egg-asn1x.patch"