Date: Wednesday, May 17, 2017 @ 17:43:16 Author: jlichtblau Revision: 228376
upgpkg: castget 1.2.3-1 - new upstream release Modified: castget/trunk/PKGBUILD castget/trunk/castget.changelog -------------------+ PKGBUILD | 5 +++-- castget.changelog | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-17 17:13:43 UTC (rev 228375) +++ PKGBUILD 2017-05-17 17:43:16 UTC (rev 228376) @@ -3,7 +3,7 @@ # Contributor: Jeff Mickey <[email protected]> pkgname=castget -pkgver=1.2.2 +pkgver=1.2.3 pkgrel=1 pkgdesc="A simple, command-line based RSS enclosure downloader" arch=('i686' 'x86_64') @@ -10,9 +10,10 @@ url="http://johndal.com/castget/" license=('GPL') depends=('glib2' 'libxml2' 'curl' 'id3lib') +makedepends=('ruby-ronn') changelog=$pkgname.changelog source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('7e6a5030f7652a7ec2584f05818b66d0cb627664c813ef1b9229e6b5ad938971') +sha256sums=('70340db77f05f4f73325e282ccfbf58d0df756951577fa118035f8005886361f') build() { cd "${srcdir}"/$pkgname-$pkgver Modified: castget.changelog =================================================================== --- castget.changelog 2017-05-17 17:13:43 UTC (rev 228375) +++ castget.changelog 2017-05-17 17:43:16 UTC (rev 228376) @@ -1,3 +1,6 @@ +2017-05-17 Jaroslav Lichtblau <[email protected]> + * Update to major release 1.2.3 + 2016-03-29 Jaroslav Lichtblau <[email protected]> * Update to major release 1.2.2
