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

Tim Meusel bastelfreak at gemini.archlinux.org
Thu Aug 12 16:48:36 UTC 2021


    Date: Thursday, August 12, 2021 @ 16:48:36
  Author: bastelfreak
Revision: 997676

update 0.4.0->1.0.0

Modified:
  ruby-puppet_metadata/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-12 16:48:12 UTC (rev 997675)
+++ PKGBUILD	2021-08-12 16:48:36 UTC (rev 997676)
@@ -2,7 +2,7 @@
 
 _gemname='puppet_metadata'
 pkgname="ruby-${_gemname}"
-pkgver=0.4.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='Data structures for the Puppet Metadata'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('ruby-rdoc' 'ruby-rake' 'ruby-rspec' 'ruby-rspec-its')
 options=('!emptydirs')
 source=("${url}/archive/${pkgver}/${_gemname}-${pkgver}.tar.gz")
-sha512sums=('2b47586bee78b414251337abbc329542bb117ebfe7d054f829b7c02260508e586c6c559f2c07f7b123d8d91984335dc6d6cb0172fb165f89337a01a1ae2a809e')
+sha512sums=('3fd190caef18399fce369eda756f8d1df4cda6195554dca7e1b57277465fc663e10d47a2d8cb0069bac97038e29039518426befb534beae5539af018a31ee826')
 
 prepare() {
   cd "${srcdir}/${_gemname}-${pkgver}"
@@ -21,11 +21,6 @@
 
   # drop development deps, they only cause dependency issues and aren't required
   sed --in-place '/add_development_dependency/d' "${_gemname}.gemspec"
-
-  # disable rubocop
-  #patch --forward --verbose --strip=1 --input=../disable_rubocop.patch
-
-  #sed --in-place 's|`git ls-files -z`.split("\\x0")|`find`.split("\\n")|' "${_gemname}.gemspec"
 }
 
 build() {



More information about the arch-commits mailing list