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

Levente Polyak anthraxx at archlinux.org
Thu Jan 21 01:59:25 UTC 2021


    Date: Thursday, January 21, 2021 @ 01:59:25
  Author: anthraxx
Revision: 824078

upgpkg: ruby-immutable-struct 2.4.1-1

Modified:
  ruby-immutable-struct/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-21 01:59:10 UTC (rev 824077)
+++ PKGBUILD	2021-01-21 01:59:25 UTC (rev 824078)
@@ -2,8 +2,8 @@
 
 _gemname=immutable-struct
 pkgname=ruby-${_gemname}
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.4.1
+pkgrel=1
 pkgdesc="Create struct-like classes that don't have setters, but have an awesome constructor"
 url='https://github.com/stitchfix/immutable-struct'
 arch=('any')
@@ -12,14 +12,13 @@
 makedepends=('rubygems' 'ruby-rdoc')
 options=('!emptydirs')
 source=(https://github.com/stitchfix/immutable-struct/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz)
-sha256sums=('2f8539307cb104ba0e764b003302b2a79751518b4002be264692270b1dcc1e0a')
-sha512sums=('6ae9ab0faab0ea5160ca96a6f2b2333e4e37b5f69e27bbe02a1880679ef34008bb9e79d834268c496571a01f3294599160f2d2ab05e0ac671cd4260876bc6352')
+sha512sums=('cddf4139c3682714b3dcb785c155daa8ad4d275e3faf59c675476b76e8ed3fb9bdfa805c9bc741bd3d541e45b89f7afea13d3f70af8490a06a0da1d68ed4040c')
+b2sums=('e67119596f47e096403e7d08eab2eb026a618966f50b9a7f5c93a6f2264612ea0e62f4a4899b4546faa432607da92412fa4e82f61d0a984b0d724e03627b9069')
 
 prepare() {
   cd ${_gemname}-${pkgver}
   sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
   sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-  rm Gemfile.lock
 }
 
 build() {



More information about the arch-commits mailing list