diff options
author | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-07-20 16:37:22 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-07-20 16:37:22 -0300 |
commit | b0fea8929becb015e8917281d65d1dfa89490f73 (patch) | |
tree | aa24d10507ba6b5f89920e2852c7950ff6eea670 /libre/atool-libre | |
parent | 233b7b4902222f9186a10609bf99a9a2cf1fa649 (diff) | |
download | abslibre-b0fea8929becb015e8917281d65d1dfa89490f73.tar.gz abslibre-b0fea8929becb015e8917281d65d1dfa89490f73.tar.bz2 abslibre-b0fea8929becb015e8917281d65d1dfa89490f73.zip |
atool-libre: updating package
Diffstat (limited to 'libre/atool-libre')
-rw-r--r-- | libre/atool-libre/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/atool-libre/atool.changelog (renamed from libre/atool-libre/ChangeLog) | 11 |
2 files changed, 14 insertions, 5 deletions
diff --git a/libre/atool-libre/PKGBUILD b/libre/atool-libre/PKGBUILD index 7ec4d7c1e..ea1dfec52 100644 --- a/libre/atool-libre/PKGBUILD +++ b/libre/atool-libre/PKGBUILD @@ -3,12 +3,12 @@ # Contributor: leif_thande <leif.thande@gmail.com> # Contributor: tranquility <trankas@gmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> -# Contributor (Parabola): Márcio Silva <coadde@adinet.com.uy> +# Contributor (Parabola): Márcio Silva <coadde@lavabit.com> _pkgname=atool pkgname=atool-libre -pkgver=0.38.0 -pkgrel=3 +pkgver=0.39.0 +pkgrel=1 pkgdesc="A script for managing file archives of various types" arch=('any') url="http://www.nongnu.org/atool/" @@ -29,7 +29,7 @@ optdepends=('bzip2: for using atool with bzip2 compressed archives' 'unzip: for using atool for unpacking archives') source=(http://savannah.nongnu.org/download/$_pkgname/$_pkgname-$pkgver.tar.gz) -sha256sums=('b967195facbe5e7c6535ac117aaa7f633b0eca174137c30c36a5200efb80047d') +sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b') build() { diff --git a/libre/atool-libre/ChangeLog b/libre/atool-libre/atool.changelog index aec63e70f..ce0b12c2b 100644 --- a/libre/atool-libre/ChangeLog +++ b/libre/atool-libre/atool.changelog @@ -1,3 +1,13 @@ +2012-04-19 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * atool 0.39.0-1 + +2012-02-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * atool 0.38.0-2 + * signing package + +2011-08-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * Updated to major version 0.38.0 + 2009-08-16 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * Updated to major version 0.37.0 @@ -6,4 +16,3 @@ 2008-10-05 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * Moved to [community] repo - |