diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/ruby-i18n/APKBUILD | 8 |
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" |