summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2021-08-03 04:54:13 +0800
committerlilac2021-08-03 04:54:13 +0800
commit34d2bb1d7b3e9788fb23d7cbc18f8f0764e6f9c9 (patch)
tree9080d61eed71009e8b47d05cd6b9842da6dae7c2 /PKGBUILD
parent5e3f35c2985ea57509034ac4dc5f8804a97ec080 (diff)
downloadaur-ruby-globalid.tar.gz
[lilac] updated to 0.5.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')"