Date: Tuesday, March 17, 2015 @ 19:41:08 Author: jlichtblau Revision: 129431
upgpkg: unrtf 0.21.9-1 Modified: unrtf/trunk/PKGBUILD unrtf/trunk/unrtf.changelog -----------------+ PKGBUILD | 5 +++-- unrtf.changelog | 17 ++++++++++------- 2 files changed, 13 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-17 18:34:40 UTC (rev 129430) +++ PKGBUILD 2015-03-17 18:41:08 UTC (rev 129431) @@ -4,7 +4,7 @@ # Contributor: froggie <[email protected]> pkgname=unrtf -pkgver=0.21.7 +pkgver=0.21.9 pkgrel=1 pkgdesc="Command-line program which converts RTF documents to other formats" arch=('i686' 'x86_64') @@ -13,11 +13,12 @@ depends=('glibc') changelog=$pkgname.changelog source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('855bae8f106eb1366a56343322ddfebaf407fb450e3933aa0b3c5047074f8020') +sha256sums=('22a37826f96d754e335fb69f8036c068c00dd01ee9edd9461a36df0085fb8ddd') build() { cd "${srcdir}"/$pkgname-$pkgver + autoreconf -if ./configure --prefix=/usr make } Modified: unrtf.changelog =================================================================== --- unrtf.changelog 2015-03-17 18:34:40 UTC (rev 129430) +++ unrtf.changelog 2015-03-17 18:41:08 UTC (rev 129431) @@ -1,20 +1,23 @@ -2014-12-16 Jaroslav Lichtblau <[email protected]> +2015-03-17 Jaroslav Lichtblau <[email protected]> + * unrtf 0.21.9-1 + +2014-12-16 Jaroslav Lichtblau <[email protected]> * unrtf 0.21.7-1 -2013-08-08 Jaroslav Lichtblau <[email protected]> +2013-08-08 Jaroslav Lichtblau <[email protected]> * unrtf 0.21.5-1 -2013-04-20 Jaroslav Lichtblau <[email protected]> +2013-04-20 Jaroslav Lichtblau <[email protected]> * unrtf 0.21.3-1 -2011-12-08 Jaroslav Lichtblau <[email protected]> +2011-12-08 Jaroslav Lichtblau <[email protected]> * unrtf 0.21.2 -2010-01-18 Jaroslav Lichtblau <[email protected]> +2010-01-18 Jaroslav Lichtblau <[email protected]> * Update to major release 0.21.1 -2009-05-31 Jaroslav Lichtblau <[email protected]> +2009-05-31 Jaroslav Lichtblau <[email protected]> * FS#14043 fixed -2009-03-25 Jaroslav Lichtblau <[email protected]> +2009-03-25 Jaroslav Lichtblau <[email protected]> * Update to major release 0.21.0
