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

2019-11-19 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, November 19, 2019 @ 20:07:16
  Author: jlichtblau
Revision: 530543

upgpkg: castget 2.0.1-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
===
--- PKGBUILD2019-11-19 19:59:42 UTC (rev 530542)
+++ PKGBUILD2019-11-19 20:07:16 UTC (rev 530543)
@@ -2,9 +2,9 @@
 # Contributor: Jeff Mickey 
 
 pkgname=castget
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
-pkgdesc="A simple, command-line based RSS enclosure downloader"
+pkgdesc="Command-line based RSS enclosure downloader primarily intended for 
downloading of podcasts"
 arch=('x86_64')
 url="https://johndal.com/castget/;
 license=('GPL')
@@ -12,7 +12,7 @@
 changelog=$pkgname.changelog
 
source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('561BCBC3DF8A53503A62416EA7DE43E1D881FF60') # Marius Larsen 
Jøhndal 
-sha256sums=('7e63bbc7eb864851314dc70554d1cf259ff86b1688ad40aeb5cc9bda1ea684b4'
+sha256sums=('438b5f7ec7e31a45ed3756630fe447f42015acda53ec09202f48628726b5e875'
 'SKIP')
 
 build() {

Modified: castget.changelog
===
--- castget.changelog   2019-11-19 19:59:42 UTC (rev 530542)
+++ castget.changelog   2019-11-19 20:07:16 UTC (rev 530543)
@@ -1,3 +1,6 @@
+2019-11-19 Jaroslav Lichtblau 
+   * Update to major release 2.0.1-1
+
 2019-10-19 Jaroslav Lichtblau 
* Update to major release 2.0.0-1
 


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

2019-10-19 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, October 19, 2019 @ 11:03:35
  Author: jlichtblau
Revision: 517441

upgpkg: castget 2.0.0-1 - new upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-19 10:49:41 UTC (rev 517440)
+++ PKGBUILD2019-10-19 11:03:35 UTC (rev 517441)
@@ -2,8 +2,8 @@
 # Contributor: Jeff Mickey 
 
 pkgname=castget
-pkgver=1.2.4
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="A simple, command-line based RSS enclosure downloader"
 arch=('x86_64')
 url="https://johndal.com/castget/;
@@ -11,9 +11,9 @@
 depends=('glib2' 'libxml2' 'curl' 'id3lib')
 changelog=$pkgname.changelog
 
source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-sha256sums=('91ee310ced5386495eb56b09b3cb4b6660f9cea1a7050a94e9a30d7bc3ba692d'
+validpgpkeys=('561BCBC3DF8A53503A62416EA7DE43E1D881FF60') # Marius Larsen 
Jøhndal 
+sha256sums=('7e63bbc7eb864851314dc70554d1cf259ff86b1688ad40aeb5cc9bda1ea684b4'
 'SKIP')
-validpgpkeys=('561BCBC3DF8A53503A62416EA7DE43E1D881FF60') # Marius Larsen 
Jøhndal 
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: castget.changelog
===
--- castget.changelog   2019-10-19 10:49:41 UTC (rev 517440)
+++ castget.changelog   2019-10-19 11:03:35 UTC (rev 517441)
@@ -1,3 +1,6 @@
+2019-10-19 Jaroslav Lichtblau 
+   * Update to major release 2.0.0-1
+
 2017-05-18 Jaroslav Lichtblau 
* Update to major release 1.2.4
 


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

2019-05-27 Thread Antonio Rojas via arch-commits
Date: Monday, May 27, 2019 @ 20:48:35
  Author: arojas
Revision: 472037

https

Modified:
  castget/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-27 20:48:08 UTC (rev 472036)
+++ PKGBUILD2019-05-27 20:48:35 UTC (rev 472037)
@@ -6,7 +6,7 @@
 pkgrel=2
 pkgdesc="A simple, command-line based RSS enclosure downloader"
 arch=('x86_64')
-url="http://johndal.com/castget/;
+url="https://johndal.com/castget/;
 license=('GPL')
 depends=('glib2' 'libxml2' 'curl' 'id3lib')
 changelog=$pkgname.changelog


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

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 20:52:52
  Author: eschwartz
Revision: 280770

upgpkg: castget 1.2.4-2

Add PGP signatures.

Modified:
  castget/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 20:44:27 UTC (rev 280769)
+++ PKGBUILD2018-01-09 20:52:52 UTC (rev 280770)
@@ -4,7 +4,7 @@
 
 pkgname=castget
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple, command-line based RSS enclosure downloader"
 arch=('x86_64')
 url="http://johndal.com/castget/;
@@ -11,8 +11,10 @@
 license=('GPL')
 depends=('glib2' 'libxml2' 'curl' 'id3lib')
 changelog=$pkgname.changelog
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('91ee310ced5386495eb56b09b3cb4b6660f9cea1a7050a94e9a30d7bc3ba692d')
+source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('91ee310ced5386495eb56b09b3cb4b6660f9cea1a7050a94e9a30d7bc3ba692d'
+'SKIP')
+validpgpkeys=('561BCBC3DF8A53503A62416EA7DE43E1D881FF60') # Marius Larsen 
Jøhndal 
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2017-05-18 Thread Jaroslav Lichtblau
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
===
--- PKGBUILD2017-05-18 18:52:45 UTC (rev 228489)
+++ PKGBUILD2017-05-18 21:41:31 UTC (rev 228490)
@@ -3,7 +3,7 @@
 # Contributor: Jeff Mickey 
 
 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 
+   * Update to major release 1.2.4
+
 2017-05-17 Jaroslav Lichtblau 
* Update to major release 1.2.3
 


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

2017-05-17 Thread Jaroslav Lichtblau
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
===
--- PKGBUILD2017-05-17 17:13:43 UTC (rev 228375)
+++ PKGBUILD2017-05-17 17:43:16 UTC (rev 228376)
@@ -3,7 +3,7 @@
 # Contributor: Jeff Mickey 
 
 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 
+   * Update to major release 1.2.3
+
 2016-03-29 Jaroslav Lichtblau 
* Update to major release 1.2.2
 


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

2016-03-29 Thread Jaroslav Lichtblau
Date: Tuesday, March 29, 2016 @ 21:31:25
  Author: jlichtblau
Revision: 168820

upgpkg: castget 1.2.2-1 - new upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-29 18:34:33 UTC (rev 168819)
+++ PKGBUILD2016-03-29 19:31:25 UTC (rev 168820)
@@ -3,7 +3,7 @@
 # Contributor: Jeff Mickey 
 
 pkgname=castget
-pkgver=1.2.0
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="A simple, command-line based RSS enclosure downloader"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glib2' 'libxml2' 'curl' 'id3lib')
 changelog=$pkgname.changelog
 source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7caa3a34f008fbf1e74607f6b0516d7a7c4bf44fbc1a3f29ed87400c51362606')
+sha256sums=('7e6a5030f7652a7ec2584f05818b66d0cb627664c813ef1b9229e6b5ad938971')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: castget.changelog
===
--- castget.changelog   2016-03-29 18:34:33 UTC (rev 168819)
+++ castget.changelog   2016-03-29 19:31:25 UTC (rev 168820)
@@ -1,3 +1,6 @@
+2016-03-29 Jaroslav Lichtblau 
+   * Update to major release 1.2.2
+
 2015-12-27 Jaroslav Lichtblau 
* Update to major release 1.2.0
 


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

2015-12-27 Thread Jaroslav Lichtblau
Date: Sunday, December 27, 2015 @ 10:43:27
  Author: jlichtblau
Revision: 154586

upgpkg: castget 1.2.0-1 - new upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 09:37:43 UTC (rev 154585)
+++ PKGBUILD2015-12-27 09:43:27 UTC (rev 154586)
@@ -3,8 +3,8 @@
 # Contributor: Jeff Mickey 
 
 pkgname=castget
-pkgver=1.1.0
-pkgrel=4
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="A simple, command-line based RSS enclosure downloader"
 arch=('i686' 'x86_64')
 url="http://johndal.com/castget/;
@@ -12,7 +12,7 @@
 depends=('glib2' 'libxml2' 'curl' 'id3lib')
 changelog=$pkgname.changelog
 source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('88e62a826f93306635973e0a5bc2080060b70c85fc925af10db8ae75780577f5')
+sha256sums=('7caa3a34f008fbf1e74607f6b0516d7a7c4bf44fbc1a3f29ed87400c51362606')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: castget.changelog
===
--- castget.changelog   2015-12-27 09:37:43 UTC (rev 154585)
+++ castget.changelog   2015-12-27 09:43:27 UTC (rev 154586)
@@ -1,6 +1,8 @@
-2010-06-30 Jaroslav Lichtblau 
+2015-12-27 Jaroslav Lichtblau 
+   * Update to major release 1.2.0
+
+2010-06-30 Jaroslav Lichtblau 
* Update to major release 1.1.0
 
 2007-07-02 tardo 
* Built for x86_64
-


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

2015-11-11 Thread Jaroslav Lichtblau
Date: Wednesday, November 11, 2015 @ 18:54:31
  Author: jlichtblau
Revision: 146597

upgpkg: castget 1.1.0-4 - home page address update
and few other PKGBUILD updates

Modified:
  castget/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-11 17:23:18 UTC (rev 146596)
+++ PKGBUILD2015-11-11 17:54:31 UTC (rev 146597)
@@ -1,27 +1,27 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Jeff Mickey 
 
 pkgname=castget
 pkgver=1.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A simple, command-line based RSS enclosure downloader"
 arch=('i686' 'x86_64')
-url="http://www.nongnu.org/castget/;
+url="http://johndal.com/castget/;
 license=('GPL')
 depends=('glib2' 'libxml2' 'curl' 'id3lib')
 changelog=$pkgname.changelog
 source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('e80096715efc17d1d87de793871e0006')
+sha256sums=('88e62a826f93306635973e0a5bc2080060b70c85fc925af10db8ae75780577f5')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
 }
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }


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

2014-07-05 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 08:54:56
  Author: fyan
Revision: 115071

upgpkg: castget 1.1.0-3

mtree rebuild

Modified:
  castget/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 06:54:39 UTC (rev 115070)
+++ PKGBUILD2014-07-05 06:54:56 UTC (rev 115071)
@@ -4,7 +4,7 @@
 
 pkgname=castget
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A simple, command-line based RSS enclosure downloader
 arch=('i686' 'x86_64')
 url=http://www.nongnu.org/castget/;