aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-ox
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-23 18:41:37 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-23 19:21:10 +0100
commit19cf9e21cd4919a6ec20a8f466d126d79ca642ad (patch)
treebc4c74b86fd633b78a242439a791530407e5c860 /community/ruby-ox
parentfcfac0bb84e91ad39d8554e3ff04d2aacc625915 (diff)
downloadaports-19cf9e21cd4919a6ec20a8f466d126d79ca642ad.tar.bz2
aports-19cf9e21cd4919a6ec20a8f466d126d79ca642ad.tar.xz
community/ruby-ox: upgrade to 2.12.0
Diffstat (limited to 'community/ruby-ox')
-rw-r--r--community/ruby-ox/APKBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/community/ruby-ox/APKBUILD b/community/ruby-ox/APKBUILD
index 520d62b802..afbb6b027a 100644
--- a/community/ruby-ox/APKBUILD
+++ b/community/ruby-ox/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=ruby-ox
_gemname=${pkgname#ruby-}
-pkgver=2.11.0
-pkgrel=1
+pkgver=2.12.0
+pkgrel=0
pkgdesc="A fast XML parser and object serializer for Ruby"
url="https://github.com/ohler55/ox"
arch="all"
@@ -16,8 +16,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/ohler55/$_gemname/archive/v$
builddir="$srcdir/$_gemname-$pkgver"
build() {
- cd "$builddir"
-
gem build $_gemname.gemspec
gem install --local \
--install-dir dist \
@@ -35,8 +33,6 @@ build() {
}
check() {
- cd "$builddir"
-
./test/tests.rb
./test/sax/sax_test.rb > sax_test.log || {
@@ -57,5 +53,5 @@ package() {
rm -r ext/ lib/*.so || true
}
-sha512sums="4a755f6d1f832ec41b50b92deb686307d177c35eb1e27bb1e61c0b0a698db7730239fa4167f8a84892a9fb81cc67abeef059b1138b01759ba993a57471e4eff7 ruby-ox-2.11.0.tar.gz
+sha512sums="09f3db6037662cbd6f4fb128f5df61ccf1d22c8949a315f766518984bf1ab57a83789d0b0a9f4982c5356e28190440092971163de3680b36285fab1fed0a91b5 ruby-ox-2.12.0.tar.gz
c65e16d1611c64dc640c11f00f2e6ef8c70e3efa68fe479f0d7b5d54a96241fedfb7d0775c9371c7deef0b9dce1de63dbb75cb2e6c5756c7dd066164549da0ed gemspec.patch"