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

2020-01-05 Thread Christian Rebischke via arch-commits
Date: Sunday, January 5, 2020 @ 11:16:38
  Author: shibumi
Revision: 549306

upgpkg: hiera 3.6.0-1 refactored + sha512sums

Modified:
  hiera/trunk/PKGBUILD

--+
 PKGBUILD |   21 +
 1 file changed, 9 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-05 11:07:09 UTC (rev 549305)
+++ PKGBUILD2020-01-05 11:16:38 UTC (rev 549306)
@@ -1,24 +1,21 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=3.4.4
-pkgrel=3
+pkgver=3.6.0
+pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
-url="https://projects.puppetlabs.com/projects/hiera";
+url="https://github.com/puppetlabs/hiera";
 license=('APACHE')
 depends=('ruby')
 backup=('etc/hiera.yaml')
-source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('0df0c943db0cf9c60a482258ca225c0b')
+source=("${pkgname}-${pkgver}.tar.gz::https://downloads.puppetlabs.com/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('e9819d0b166acca73321b6b6c23c404f2b03203d6fa934859918d47ec4ca6d234acff0c9f02012f756f239a719c00be4b48afb5b34b88069be2e67055a8f48e3')
 
 package() {
-  cd $pkgname-$pkgver
-
-  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
-'puts RbConfig::CONFIG["vendorlibdir"]' )" --mandir=/
-
-  install -d "$pkgdir"/var/lib/hiera/
-
+  cd "${pkgname}-${pkgver}"
+  ruby install.rb --destdir="${pkgdir}" --sitelibdir="$(ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]')" --mandir=/
+  install -d "${pkgdir}"/var/lib/hiera/
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2019-12-25 Thread Felix Yan via arch-commits
Date: Thursday, December 26, 2019 @ 00:18:23
  Author: felixonmars
Revision: 541553

Ruby 2.7.0 rebuild

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-26 00:18:14 UTC (rev 541552)
+++ PKGBUILD2019-12-26 00:18:23 UTC (rev 541553)
@@ -2,7 +2,7 @@
 
 pkgname=hiera
 pkgver=3.4.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
 url="https://projects.puppetlabs.com/projects/hiera";


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

2019-02-25 Thread Christian Rebischke via arch-commits
Date: Monday, February 25, 2019 @ 17:27:23
  Author: shibumi
Revision: 436026

http->https

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-25 17:26:42 UTC (rev 436025)
+++ PKGBUILD2019-02-25 17:27:23 UTC (rev 436026)
@@ -5,7 +5,7 @@
 pkgrel=2
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
-url="http://projects.puppetlabs.com/projects/hiera";
+url="https://projects.puppetlabs.com/projects/hiera";
 license=('APACHE')
 depends=('ruby')
 backup=('etc/hiera.yaml')


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

2018-12-26 Thread Felix Yan via arch-commits
Date: Thursday, December 27, 2018 @ 04:26:06
  Author: felixonmars
Revision: 418205

Ruby 2.6.0 rebuild

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-27 04:26:01 UTC (rev 418204)
+++ PKGBUILD2018-12-27 04:26:06 UTC (rev 418205)
@@ -2,7 +2,7 @@
 
 pkgname=hiera
 pkgver=3.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
 url="http://projects.puppetlabs.com/projects/hiera";


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

2018-10-23 Thread Christian Rebischke via arch-commits
Date: Wednesday, October 24, 2018 @ 00:35:09
  Author: shibumi
Revision: 398746

upgpkg: hiera 3.4.4-1

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-24 00:31:19 UTC (rev 398745)
+++ PKGBUILD2018-10-24 00:35:09 UTC (rev 398746)
@@ -1,8 +1,8 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=3.4.2
-pkgrel=2
+pkgver=3.4.4
+pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
 url="http://projects.puppetlabs.com/projects/hiera";
@@ -10,7 +10,7 @@
 depends=('ruby')
 backup=('etc/hiera.yaml')
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('5ba594aaab0976bc3e0e3bd97d6e5825')
+md5sums=('0df0c943db0cf9c60a482258ca225c0b')
 
 package() {
   cd $pkgname-$pkgver


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

2018-01-02 Thread Evangelos Foutras via arch-commits
Date: Wednesday, January 3, 2018 @ 07:38:02
  Author: foutrelis
Revision: 277948

Ruby 2.5.0 rebuild

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-03 07:37:53 UTC (rev 277947)
+++ PKGBUILD2018-01-03 07:38:02 UTC (rev 277948)
@@ -3,7 +3,7 @@
 
 pkgname=hiera
 pkgver=3.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
 url="http://projects.puppetlabs.com/projects/hiera";


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

2017-10-30 Thread Jonathan Steel
Date: Monday, October 30, 2017 @ 11:59:07
  Author: jsteel
Revision: 264762

upgpkg: hiera 3.4.2-1

Modified:
  hiera/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 11:58:48 UTC (rev 264761)
+++ PKGBUILD2017-10-30 11:59:07 UTC (rev 264762)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=3.4.0
+pkgver=3.4.2
 pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('ruby')
 backup=('etc/hiera.yaml')
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('4c7c2aa65060a341185d0397e6a56c09')
+md5sums=('5ba594aaab0976bc3e0e3bd97d6e5825')
 
 package() {
   cd $pkgname-$pkgver


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

2017-07-03 Thread Jonathan Steel
Date: Monday, July 3, 2017 @ 09:22:10
  Author: jsteel
Revision: 242134

upgpkg: hiera 3.4.0-1

Modified:
  hiera/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-03 09:20:23 UTC (rev 242133)
+++ PKGBUILD2017-07-03 09:22:10 UTC (rev 242134)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=3.3.1
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('ruby')
 backup=('etc/hiera.yaml')
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('7709ff00fa7c6bbda92e2abd42c2618c')
+md5sums=('4c7c2aa65060a341185d0397e6a56c09')
 
 package() {
   cd $pkgname-$pkgver


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

2017-03-14 Thread Jonathan Steel
Date: Tuesday, March 14, 2017 @ 14:53:55
  Author: jsteel
Revision: 216282

upgpkg: hiera 3.3.1-1

Modified:
  hiera/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-14 14:49:57 UTC (rev 216281)
+++ PKGBUILD2017-03-14 14:53:55 UTC (rev 216282)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('ruby')
 backup=('etc/hiera.yaml')
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('02c42d601828071ce81c6ba2ac21338c')
+md5sums=('7709ff00fa7c6bbda92e2abd42c2618c')
 
 package() {
   cd $pkgname-$pkgver


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

2017-02-10 Thread Jonathan Steel
Date: Friday, February 10, 2017 @ 09:23:14
  Author: jsteel
Revision: 211707

upgpkg: hiera 3.3.0-1

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-10 09:20:51 UTC (rev 211706)
+++ PKGBUILD2017-02-10 09:23:14 UTC (rev 211707)
@@ -2,8 +2,8 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
 url="http://projects.puppetlabs.com/projects/hiera";
@@ -11,7 +11,7 @@
 depends=('ruby')
 backup=('etc/hiera.yaml')
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6c1e6039ca934af326e5ebe4cb5e49c8')
+md5sums=('02c42d601828071ce81c6ba2ac21338c')
 
 package() {
   cd $pkgname-$pkgver


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

2017-01-11 Thread Anatol Pomozov
Date: Wednesday, January 11, 2017 @ 08:36:26
  Author: anatolik
Revision: 206777

ruby 2.4 rebuild

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-11 08:25:24 UTC (rev 206776)
+++ PKGBUILD2017-01-11 08:36:26 UTC (rev 206777)
@@ -3,7 +3,7 @@
 
 pkgname=hiera
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
 url="http://projects.puppetlabs.com/projects/hiera";


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

2016-11-07 Thread Jonathan Steel
Date: Monday, November 7, 2016 @ 10:22:10
  Author: jsteel
Revision: 194868

upgpkg: hiera 3.2.2-1

Modified:
  hiera/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 10:12:52 UTC (rev 194867)
+++ PKGBUILD2016-11-07 10:22:10 UTC (rev 194868)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('ruby')
 backup=('etc/hiera.yaml')
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('5137bd46e03c0289d1e245c2e2324a5c')
+md5sums=('6c1e6039ca934af326e5ebe4cb5e49c8')
 
 package() {
   cd $pkgname-$pkgver


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

2016-08-30 Thread Jonathan Steel
Date: Tuesday, August 30, 2016 @ 08:16:14
  Author: jsteel
Revision: 188025

upgpkg: hiera 3.2.1-1

Modified:
  hiera/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-30 07:51:10 UTC (rev 188024)
+++ PKGBUILD2016-08-30 08:16:14 UTC (rev 188025)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('ruby')
 backup=('etc/hiera.yaml')
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('164af14bd4955e246329ec126cc96113')
+md5sums=('5137bd46e03c0289d1e245c2e2324a5c')
 
 package() {
   cd $pkgname-$pkgver


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

2016-05-22 Thread Jonathan Steel
Date: Sunday, May 22, 2016 @ 18:13:43
  Author: jsteel
Revision: 176097

upgpkg: hiera 3.2.0-1

Modified:
  hiera/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-22 16:11:45 UTC (rev 176096)
+++ PKGBUILD2016-05-22 16:13:43 UTC (rev 176097)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=3.1.2
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('ruby')
 backup=('etc/hiera.yaml')
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c843e4b797a75a054d0b90f78c468822')
+md5sums=('164af14bd4955e246329ec126cc96113')
 
 package() {
   cd $pkgname-$pkgver


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

2016-04-27 Thread Jonathan Steel
Date: Wednesday, April 27, 2016 @ 19:20:55
  Author: jsteel
Revision: 172116

upgpkg: hiera 3.1.2-1

Modified:
  hiera/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 17:19:58 UTC (rev 172115)
+++ PKGBUILD2016-04-27 17:20:55 UTC (rev 172116)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('ruby')
 backup=('etc/hiera.yaml')
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('d178f2e7d57807a5275cbbd3b8cad268')
+md5sums=('c843e4b797a75a054d0b90f78c468822')
 
 package() {
   cd $pkgname-$pkgver


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

2016-03-24 Thread Jonathan Steel
Date: Thursday, March 24, 2016 @ 12:19:29
  Author: jsteel
Revision: 168229

upgpkg: hiera 3.1.1-1

Modified:
  hiera/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 11:14:57 UTC (rev 168228)
+++ PKGBUILD2016-03-24 11:19:29 UTC (rev 168229)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('ruby')
 backup=('etc/hiera.yaml')
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('3d2e81aa9a2aed377cc58ec62f202e93')
+md5sums=('d178f2e7d57807a5275cbbd3b8cad268')
 
 package() {
   cd $pkgname-$pkgver


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

2016-03-18 Thread Jonathan Steel
Date: Thursday, March 17, 2016 @ 23:31:01
  Author: jsteel
Revision: 167044

upgpkg: hiera 3.1.0-1

Modified:
  hiera/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-17 18:40:22 UTC (rev 167043)
+++ PKGBUILD2016-03-17 22:31:01 UTC (rev 167044)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=3.0.6
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('ruby')
 backup=('etc/hiera.yaml')
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('596be5ef2521f5a8c98d05760f5c86ad')
+md5sums=('3d2e81aa9a2aed377cc58ec62f202e93')
 
 package() {
   cd $pkgname-$pkgver


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

2016-01-26 Thread Jonathan Steel
Date: Tuesday, January 26, 2016 @ 21:36:44
  Author: jsteel
Revision: 158972

upgpkg: hiera 3.0.6-1

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-26 19:18:55 UTC (rev 158971)
+++ PKGBUILD2016-01-26 20:36:44 UTC (rev 158972)
@@ -2,8 +2,8 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=3.0.5
-pkgrel=2
+pkgver=3.0.6
+pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
 url="http://projects.puppetlabs.com/projects/hiera";
@@ -11,7 +11,7 @@
 depends=('ruby')
 backup=('etc/hiera.yaml')
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('3f56853806c12d87f9bfbb12fd081030')
+md5sums=('596be5ef2521f5a8c98d05760f5c86ad')
 
 package() {
   cd $pkgname-$pkgver


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

2015-12-28 Thread Bartłomiej Piotrowski
Date: Monday, December 28, 2015 @ 23:24:06
  Author: bpiotrowski
Revision: 154740

Ruby 2.3.0 rebuild

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-28 22:15:01 UTC (rev 154739)
+++ PKGBUILD2015-12-28 22:24:06 UTC (rev 154740)
@@ -3,7 +3,7 @@
 
 pkgname=hiera
 pkgver=3.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
 url="http://projects.puppetlabs.com/projects/hiera";


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

2015-11-18 Thread Jonathan Steel
Date: Wednesday, November 18, 2015 @ 18:46:42
  Author: jsteel
Revision: 147098

upgpkg: hiera 3.0.5-1

Modified:
  hiera/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-18 17:44:01 UTC (rev 147097)
+++ PKGBUILD2015-11-18 17:46:42 UTC (rev 147098)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=3.0.1
+pkgver=3.0.5
 pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('ruby')
 backup=('etc/hiera.yaml')
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a9c8884705d7f32e51ce357553487b93')
+md5sums=('3f56853806c12d87f9bfbb12fd081030')
 
 package() {
   cd $pkgname-$pkgver


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

2015-06-25 Thread Jonathan Steel
Date: Thursday, June 25, 2015 @ 19:32:18
  Author: jsteel
Revision: 135870

upgpkg: hiera 3.0.1-1

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 17:26:21 UTC (rev 135869)
+++ PKGBUILD2015-06-25 17:32:18 UTC (rev 135870)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=2.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
@@ -10,8 +10,8 @@
 license=('APACHE')
 depends=('ruby')
 backup=('etc/hiera.yaml')
-source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('fa6dbd53553fd6143ab0b8fcb1ce442d')
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('a9c8884705d7f32e51ce357553487b93')
 
 package() {
   cd $pkgname-$pkgver


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

2015-03-30 Thread Jonathan Steel
Date: Monday, March 30, 2015 @ 11:47:47
  Author: jsteel
Revision: 130231

upgpkg: hiera 2.0.0-1

Modified:
  hiera/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-30 03:44:09 UTC (rev 130230)
+++ PKGBUILD2015-03-30 09:47:47 UTC (rev 130231)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Jonathan Steel 
+# Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=1.3.4
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
 url="http://projects.puppetlabs.com/projects/hiera";
@@ -11,12 +11,12 @@
 depends=('ruby')
 backup=('etc/hiera.yaml')
 
source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('db2c60ceefd5817fbc8c7816b524e629')
+md5sums=('fa6dbd53553fd6143ab0b8fcb1ce442d')
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  ruby install.rb --destdir="$pkgdir"/ --sitelibdir="$( ruby -e \
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
 'puts RbConfig::CONFIG["vendorlibdir"]' )" --mandir=/
 
   install -d "$pkgdir"/var/lib/hiera/


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

2014-12-30 Thread Anatol Pomozov
Date: Tuesday, December 30, 2014 @ 17:18:08
  Author: anatolik
Revision: 124957

upgpkg: hiera 1.3.4-2

ruby 2.2 rebuild

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-30 16:17:02 UTC (rev 124956)
+++ PKGBUILD2014-12-30 16:18:08 UTC (rev 124957)
@@ -3,7 +3,7 @@
 
 pkgname=hiera
 pkgver=1.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
 url="http://projects.puppetlabs.com/projects/hiera";


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

2014-06-12 Thread Jonathan Steel
Date: Thursday, June 12, 2014 @ 18:35:29
  Author: jsteel
Revision: 113071

upgpkg: hiera 1.3.4-1

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 16:33:05 UTC (rev 113070)
+++ PKGBUILD2014-06-12 16:35:29 UTC (rev 113071)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=1.3.3
+pkgver=1.3.4
 pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
@@ -9,9 +9,9 @@
 url="http://projects.puppetlabs.com/projects/hiera";
 license=('APACHE')
 depends=('ruby')
+backup=('etc/hiera.yaml')
 
source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-backup=('etc/hiera.yaml')
-md5sums=('1286bd7e1d8d161146430367b105319a')
+md5sums=('db2c60ceefd5817fbc8c7816b524e629')
 
 package() {
   cd "$srcdir"/$pkgname-$pkgver



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

2014-06-03 Thread Sergej Pupykin
Date: Tuesday, June 3, 2014 @ 15:37:23
  Author: spupykin
Revision: 112551

avoid filename conflict when using shared cache in /var/cache/pacman/src

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-03 12:08:57 UTC (rev 112550)
+++ PKGBUILD2014-06-03 13:37:23 UTC (rev 112551)
@@ -9,7 +9,7 @@
 url="http://projects.puppetlabs.com/projects/hiera";
 license=('APACHE')
 depends=('ruby')
-source=(http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
 backup=('etc/hiera.yaml')
 md5sums=('1286bd7e1d8d161146430367b105319a')
 



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

2014-05-27 Thread Jonathan Steel
Date: Tuesday, May 27, 2014 @ 23:56:51
  Author: jsteel
Revision: 111997

upgpkg: hiera 1.3.3-1

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 21:25:53 UTC (rev 111996)
+++ PKGBUILD2014-05-27 21:56:51 UTC (rev 111997)
@@ -2,8 +2,8 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=hiera
-pkgver=1.3.2
-pkgrel=2
+pkgver=1.3.3
+pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
 url="http://projects.puppetlabs.com/projects/hiera";
@@ -11,7 +11,7 @@
 depends=('ruby')
 source=(http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
 backup=('etc/hiera.yaml')
-md5sums=('239f70397f81a8c023e297ea15e6faea')
+md5sums=('1286bd7e1d8d161146430367b105319a')
 
 package() {
   cd "$srcdir"/$pkgname-$pkgver