aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-i18n
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-24 12:17:25 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-24 13:00:36 -0300
commitffcf2890e59b21528d507ebe6be6d38a88bcdc9f (patch)
tree6ea224990f06489509a066fe66c80784030c61e8 /community/ruby-i18n
parente58d0159baaa27dc67d3812cd724e9575b3f8af5 (diff)
downloadaports-ffcf2890e59b21528d507ebe6be6d38a88bcdc9f.tar.bz2
aports-ffcf2890e59b21528d507ebe6be6d38a88bcdc9f.tar.xz
community/ruby-i18n: upgrade to 1.7.0
Diffstat (limited to 'community/ruby-i18n')
-rw-r--r--community/ruby-i18n/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/ruby-i18n/APKBUILD b/community/ruby-i18n/APKBUILD
index 56981efb86..996b6f1a0c 100644
--- a/community/ruby-i18n/APKBUILD
+++ b/community/ruby-i18n/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=ruby-i18n
_gemname=${pkgname#ruby-}
-pkgver=1.6.0
-pkgrel=1
+pkgver=1.7.0
+pkgrel=0
pkgdesc="New wave Internationalization support for Ruby"
url="https://github.com/svenfuchs/i18n"
arch="noarch"
@@ -14,14 +14,12 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/svenfuchs/$_gemname/archive/
builddir="$srcdir/$_gemname-$pkgver"
build() {
- cd "$builddir"
gem build $_gemname.gemspec
}
package() {
local gemdir="$pkgdir/$(ruby -e 'puts Gem.default_dir')"
- cd "$builddir"
gem install --local \
--install-dir "$gemdir" \
--ignore-dependencies \
@@ -36,4 +34,4 @@ package() {
rm -r lib/i18n/tests/ *.md *LICENSE*
}
-sha512sums="653a5368618fb938f5663edb79178ddff24fce1549d5085d5302a40ff82124ce64ffdef6c5626f07731c7cd617665906a741e2581d79c5cc161301b69cf66b0e ruby-i18n-1.6.0.tar.gz"
+sha512sums="f25eb48904a7c51d6e81b1959176a06397354fadd84e8da9a1704165d96b7b3eba16823186deb29eb1254332fa88f0c44529e389d7085fdc5e3adf96562db4ee ruby-i18n-1.7.0.tar.gz"