diff options
Diffstat (limited to 'main/perl-test-exception/APKBUILD')
-rw-r--r-- | main/perl-test-exception/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/perl-test-exception/APKBUILD b/main/perl-test-exception/APKBUILD index 64be6098c4..bb772e2f0e 100644 --- a/main/perl-test-exception/APKBUILD +++ b/main/perl-test-exception/APKBUILD @@ -3,10 +3,10 @@ pkgname=perl-test-exception _realname=Test-Exception pkgver=0.29 -pkgrel=0 +pkgrel=1 pkgdesc="Perl - Test exception based code" url="http://search.cpan.org/~adie/$_realname-$pkgver/" -arch="x86 x86_64" +arch="noarch" license="Artistic GPL" depends="perl perl-sub-uplevel" makedepends="perl-dev" |