diff options
Diffstat (limited to 'main/unarj/APKBUILD')
-rw-r--r-- | main/unarj/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/unarj/APKBUILD b/main/unarj/APKBUILD index b2e0c7260..f40c7577d 100644 --- a/main/unarj/APKBUILD +++ b/main/unarj/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Leonardo Arena <rnalrd@gmail.com> pkgname=unarj pkgver=2.63a -pkgrel=0 +pkgrel=1 pkgdesc="Extracting, testing and viewing the contents of archives created with the ARJ archiver" url="http://www.arjsoftware.com" license="custom" subpackages="" -depends="uclibc" +depends="" makedepends="" install= source="http://ibiblio.org/pub/Linux/utils/compress/$pkgname-$pkgver.tar.gz" |