summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54564a7bb159..aece7dd30953 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ruby-globalid
pkgdesc = Refer to any model with a URI: gid://app/class/id
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = http://www.rubyonrails.org
arch = any
license = MIT
depends = ruby
depends = ruby-activesupport
- noextract = globalid-0.5.1.gem
+ noextract = globalid-0.5.2.gem
options = !emptydirs
- source = https://rubygems.org/downloads/globalid-0.5.1.gem
- sha1sums = a7e1613839e7fcf70b35b906dd35a56dfe916e95
+ source = https://rubygems.org/downloads/globalid-0.5.2.gem
+ sha1sums = 6091a20c6a87a78e9b6e729da51a418388a11022
pkgname = ruby-globalid
diff --git a/PKGBUILD b/PKGBUILD
index 21050e892dd5..8d6f7ed4d95e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=globalid
pkgname=ruby-$_gemname
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc='Refer to any model with a URI: gid://app/class/id'
arch=(any)
@@ -13,7 +13,7 @@ depends=(ruby ruby-activesupport)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('a7e1613839e7fcf70b35b906dd35a56dfe916e95')
+sha1sums=('6091a20c6a87a78e9b6e729da51a418388a11022')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"