[arch-commits] Commit in castget/trunk (PKGBUILD castget.changelog)

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu May 18 21:41:32 UTC 2017


    Date: Thursday, May 18, 2017 @ 21:41:31
  Author: jlichtblau
Revision: 228490

upgpkg: castget 1.2.4-1 - new upstream release

Modified:
  castget/trunk/PKGBUILD
  castget/trunk/castget.changelog

-------------------+
 PKGBUILD          |    6 +++---
 castget.changelog |    3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-18 18:52:45 UTC (rev 228489)
+++ PKGBUILD	2017-05-18 21:41:31 UTC (rev 228490)
@@ -3,7 +3,7 @@
 # Contributor: Jeff Mickey <jeff at archlinux.org>
 
 pkgname=castget
-pkgver=1.2.3
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="A simple, command-line based RSS enclosure downloader"
 arch=('i686' 'x86_64')
@@ -10,10 +10,9 @@
 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=('70340db77f05f4f73325e282ccfbf58d0df756951577fa118035f8005886361f')
+sha256sums=('91ee310ced5386495eb56b09b3cb4b6660f9cea1a7050a94e9a30d7bc3ba692d')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
@@ -21,6 +20,7 @@
   ./configure --prefix=/usr
   make
 }
+
 package() {
   cd "${srcdir}"/$pkgname-$pkgver
 

Modified: castget.changelog
===================================================================
--- castget.changelog	2017-05-18 18:52:45 UTC (rev 228489)
+++ castget.changelog	2017-05-18 21:41:31 UTC (rev 228490)
@@ -1,3 +1,6 @@
+2017-05-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 1.2.4
+
 2017-05-17 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* Update to major release 1.2.3
 



More information about the arch-commits mailing list