diff options
Diffstat (limited to 'main/perl-authen-sasl/APKBUILD')
-rw-r--r-- | main/perl-authen-sasl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/perl-authen-sasl/APKBUILD b/main/perl-authen-sasl/APKBUILD index 434216b87e..5cafd12868 100644 --- a/main/perl-authen-sasl/APKBUILD +++ b/main/perl-authen-sasl/APKBUILD @@ -2,10 +2,10 @@ pkgname=perl-authen-sasl _realname=Authen-SASL pkgver=2.15 -pkgrel=0 +pkgrel=1 pkgdesc="SASL Authentication framework for perl" url="http://search.cpan.org/dist/Authen-SASL/" -arch="x86 x86_64" +arch="noarch" license="GPL PerlArtistic" depends="perl perl-digest-hmac" makedepends="perl-dev" |