diff options
author | root <root@rshg054.dnsready.net> | 2013-09-03 01:52:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-03 01:52:27 -0700 |
commit | 3aa73e2018f321c9ccff8eca801b1c2fa9f18fa8 (patch) | |
tree | 961d6e0475cac3875e6a31b558861367da0c93d8 /community/newsbeuter | |
parent | 53939c2b159d972c48fc2f3652408632c71be77b (diff) |
Tue Sep 3 01:50:53 PDT 2013
Diffstat (limited to 'community/newsbeuter')
-rw-r--r-- | community/newsbeuter/PKGBUILD | 6 | ||||
-rw-r--r-- | community/newsbeuter/newsbeuter.changelog | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/community/newsbeuter/PKGBUILD b/community/newsbeuter/PKGBUILD index 72ad250d0..3bcd46454 100644 --- a/community/newsbeuter/PKGBUILD +++ b/community/newsbeuter/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 87233 2013-03-28 21:20:42Z jlichtblau $ +# $Id: PKGBUILD 96640 2013-09-02 18:35:40Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Sven Pfleiderer <pfleidi@roothausen.de> pkgname=newsbeuter -pkgver=2.6 +pkgver=2.7 pkgrel=1 pkgdesc="A RSS feed reader for the text console with special Podcast support" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ options=('!libtool') install=$pkgname.install changelog=$pkgname.changelog source=(http://www.newsbeuter.org/downloads/$pkgname-$pkgver.tar.gz) -sha256sums=('3189fdd3c65b3207f9ffb3a10f6fda4e92ea927776cb49a79c1e4c0344f9dcc3') +sha256sums=('e6720da7ac3f5ea83bc39cd17bd61ccf458b7167f5a17170ae32c7b6e8ff903a') build() { cd ${srcdir}/$pkgname-$pkgver diff --git a/community/newsbeuter/newsbeuter.changelog b/community/newsbeuter/newsbeuter.changelog index d8fb146ff..6d5db9fd3 100644 --- a/community/newsbeuter/newsbeuter.changelog +++ b/community/newsbeuter/newsbeuter.changelog @@ -1,3 +1,6 @@ +2013-09-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * newsbeuter 2.7-1 + 2013-03-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * newsbeuter 2.6-1 |