diff options
-rw-r--r-- | main/heimdal/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/main/heimdal/APKBUILD b/main/heimdal/APKBUILD index f1ca9546ce..90c2e6383b 100644 --- a/main/heimdal/APKBUILD +++ b/main/heimdal/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> pkgname=heimdal pkgver=1.4 -pkgrel=4 +pkgrel=5 pkgdesc="An implementation of Kerberos 5" arch="x86 x86_64" url="http://www.h5l.org/" @@ -22,8 +22,6 @@ source="http://ftp4.de.freesbie.org/pub/misc/heimdal/src/$pkgname-$pkgver.tar.gz 014_all_heimdal-path.patch heimdal-1.4-make.patch " -# krb5.h needs com_err.h -depends_dev="e2fsprogs-dev" _builddir="$srcdir/$pkgname-$pkgver" |