[arch-commits] Commit in hiera/repos/community-any (PKGBUILD PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Sun Jan 5 11:16:48 UTC 2020


    Date: Sunday, January 5, 2020 @ 11:16:48
  Author: shibumi
Revision: 549307

archrelease: copy trunk to community-any

Added:
  hiera/repos/community-any/PKGBUILD
    (from rev 549306, hiera/trunk/PKGBUILD)
Deleted:
  hiera/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   45 +++++++++++++++++++++------------------------
 1 file changed, 21 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-05 11:16:38 UTC (rev 549306)
+++ PKGBUILD	2020-01-05 11:16:48 UTC (rev 549307)
@@ -1,24 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-
-pkgname=hiera
-pkgver=3.4.4
-pkgrel=2
-pkgdesc="Lightweight pluggable hierarchical database"
-arch=('any')
-url="http://projects.puppetlabs.com/projects/hiera"
-license=('APACHE')
-depends=('ruby')
-backup=('etc/hiera.yaml')
-source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('0df0c943db0cf9c60a482258ca225c0b')
-
-package() {
-  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
-}

Copied: hiera/repos/community-any/PKGBUILD (from rev 549306, hiera/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-05 11:16:48 UTC (rev 549307)
@@ -0,0 +1,21 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+
+pkgname=hiera
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Lightweight pluggable hierarchical database"
+arch=('any')
+url="https://github.com/puppetlabs/hiera"
+license=('APACHE')
+depends=('ruby')
+backup=('etc/hiera.yaml')
+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/
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list