diff options
-rw-r--r-- | main/apache-mod-auth-kerb/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/apache-mod-auth-kerb/APKBUILD b/main/apache-mod-auth-kerb/APKBUILD index 0aae395c83..13f4a58f25 100644 --- a/main/apache-mod-auth-kerb/APKBUILD +++ b/main/apache-mod-auth-kerb/APKBUILD @@ -3,11 +3,11 @@ pkgname=apache-mod-auth-kerb _pkgname=mod_auth_kerb pkgver=5.4 -pkgrel=2 +pkgrel=3 pkgdesc="A Kerberos authentication module for the Apache Http Server" url="http://sourceforge.net/projects/modauthkerb/" arch="all" -license="custom" +license="BSD MIT" depends="apache2 heimdal" makedepends="apache2-dev heimdal-dev" source="http://downloads.sourceforge.net/project/modauthkerb/$_pkgname/$_pkgname-$pkgver/$_pkgname-$pkgver.tar.gz |