diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-17 20:12:58 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-07-17 20:12:58 -0300 |
commit | 8b4ec8acf58895cc5635819467fd900e1ad07cd6 (patch) | |
tree | b06cee22a33dcf252a04e4388ecb14f4518f5327 /libre | |
parent | 1ebddb3e146fcb4b3afe94b418e280ab8d51c9b3 (diff) | |
download | abslibre-8b4ec8acf58895cc5635819467fd900e1ad07cd6.tar.gz abslibre-8b4ec8acf58895cc5635819467fd900e1ad07cd6.tar.bz2 abslibre-8b4ec8acf58895cc5635819467fd900e1ad07cd6.zip |
atool-libre: add better description for the package
Diffstat (limited to 'libre')
-rw-r--r-- | libre/atool-libre/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libre/atool-libre/PKGBUILD b/libre/atool-libre/PKGBUILD index 0745630ad..3af247bcf 100644 --- a/libre/atool-libre/PKGBUILD +++ b/libre/atool-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id$ +# $Id: PKGBUILD 78820 2012-10-25 06:47:28Z foutrelis $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: leif_thande <leif.thande@gmail.com> # Contributor: tranquility <trankas@gmail.com> @@ -8,8 +8,8 @@ _pkgname=atool pkgname=atool-libre pkgver=0.39.0 -pkgrel=1 -pkgdesc="A script for managing file archives of various types" +pkgrel=1.1 +pkgdesc="A script for managing file archives of various types, without nonfree unace recommendation" arch=('any') url="http://www.nongnu.org/atool/" license=('GPL3') @@ -31,7 +31,6 @@ optdepends=('bzip2: for using atool with bzip2 compressed archives' source=(http://savannah.nongnu.org/download/$_pkgname/$_pkgname-$pkgver.tar.gz) sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b') - build() { cd ${srcdir}/${_pkgname}-${pkgver} |