diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-07-17 21:47:31 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-07-17 21:47:31 -0300 |
commit | b07a0ca9eeab704020265797aa610b08f0463f4c (patch) | |
tree | 57404dade952a7391957f943a2c2eed269a3c4c4 /libre/atool-libre/PKGBUILD | |
parent | b7d234e361c96ebe6f9d0f013a4148977a5ec9fb (diff) | |
parent | fd376937c1bb4ad0d82620ce04ef072552c59b73 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/atool-libre/PKGBUILD')
-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} |