Date: Saturday, April 16, 2016 @ 07:43:29 Author: jlichtblau Revision: 171161
upgpkg: atool 0.39.0-4 - FS#48958 fix Modified: atool/trunk/PKGBUILD atool/trunk/atool.changelog -----------------+ PKGBUILD | 5 +++-- atool.changelog | 17 ++++++++++------- 2 files changed, 13 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-16 05:31:12 UTC (rev 171160) +++ PKGBUILD 2016-04-16 05:43:29 UTC (rev 171161) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Jaroslav Lichtblau <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> # Contributor: leif_thande <[email protected]> # Contributor: tranquility <[email protected]> # Contributor: Daniel J Griffiths <[email protected]> @@ -6,7 +6,7 @@ pkgname=atool pkgver=0.39.0 -pkgrel=3 +pkgrel=4 pkgdesc="A script for managing file archives of various types" arch=('any') url="http://www.nongnu.org/atool/" @@ -21,6 +21,7 @@ 'p7zip: for using atool with 7z archives' 'tar: for using atool with tar archives' 'unace: for using atool with ace archives' + 'unrar: for using atool with rar archives' 'zip: for using atool for creating zip archives' 'unzip: for using atool for unpacking archives') changelog=$pkgname.changelog Modified: atool.changelog =================================================================== --- atool.changelog 2016-04-16 05:31:12 UTC (rev 171160) +++ atool.changelog 2016-04-16 05:43:29 UTC (rev 171161) @@ -1,21 +1,24 @@ -2014-07-05 Jaroslav Lichtblau <[email protected]> +2016-04-16 Jaroslav Lichtblau <[email protected]> + * atool 0.39.0-4 FS#48958 + +2014-07-05 Jaroslav Lichtblau <[email protected]> * atool 0.39.0-3 mtree rebuild -2012-04-19 Jaroslav Lichtblau <[email protected]> +2012-04-19 Jaroslav Lichtblau <[email protected]> * atool 0.39.0-1 -2012-02-21 Jaroslav Lichtblau <[email protected]> +2012-02-21 Jaroslav Lichtblau <[email protected]> * atool 0.38.0-2 * signing package -2011-08-20 Jaroslav Lichtblau <[email protected]> +2011-08-20 Jaroslav Lichtblau <[email protected]> * Updated to major version 0.38.0 -2009-08-16 Jaroslav Lichtblau <[email protected]> +2009-08-16 Jaroslav Lichtblau <[email protected]> * Updated to major version 0.37.0 -2008-10-05 Jaroslav Lichtblau <[email protected]> +2008-10-05 Jaroslav Lichtblau <[email protected]> * Updated to major version 0.36.0 -2008-10-05 Jaroslav Lichtblau <[email protected]> +2008-10-05 Jaroslav Lichtblau <[email protected]> * Moved to [community] repo
