diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-10-23 15:00:41 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-10-23 15:00:41 -0500 |
commit | d15caafb031d95cf5671bffd76f773fae43990cd (patch) | |
tree | 77d94b4cf174c9626b13f80ba1ce87194102f413 /libre/ruby | |
parent | b679a0e5c7ee257bfef786785f2cd90dad45f117 (diff) | |
download | abslibre-d15caafb031d95cf5671bffd76f773fae43990cd.tar.gz abslibre-d15caafb031d95cf5671bffd76f773fae43990cd.tar.bz2 abslibre-d15caafb031d95cf5671bffd76f773fae43990cd.zip |
ruby-2.5.3-1.par1: updating version
Diffstat (limited to 'libre/ruby')
-rw-r--r-- | libre/ruby/PKGBUILD | 16 | ||||
-rw-r--r-- | libre/ruby/ruby-2.5-add-json_pure.patch (renamed from libre/ruby/ruby-2.5.1-add-json_pure.patch) | 0 | ||||
-rw-r--r-- | libre/ruby/ruby-2.5-remove-json-ext.patch (renamed from libre/ruby/ruby-2.5.1-remove-json-ext.patch) | 0 |
3 files changed, 9 insertions, 7 deletions
diff --git a/libre/ruby/PKGBUILD b/libre/ruby/PKGBUILD index f38c68866..989d87d3d 100644 --- a/libre/ruby/PKGBUILD +++ b/libre/ruby/PKGBUILD @@ -17,25 +17,27 @@ # https://github.com/flori/json/issues/277 pkgname=(ruby ruby-docs) -pkgver=2.5.1 +pkgver=2.5.3 _jsonver=2.1.0 -pkgrel=2.parabola1 +pkgrel=1 +pkgrel+=.par1 _srcrel=1 # increment this to rebuild the sourceball without bumping pkgver -arch=(i686 x86_64 armv7h) +arch=(x86_64) +arch+=(i686 armv7h) url='http://www.ruby-lang.org/en/' license=(BSD2 custom) makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk) options=(!emptydirs) source=(https://repo.parabola.nu/other/ruby-libre/ruby-${pkgver}-libre${_srcrel}.tar.gz) -sha512sums=('0e312bb211abff335cb1a65f0e6645f0dfcaa9bf9790cae11ad200027719f73f17793d4b7b6462aaaec043a72ad60b54cc92b6c686027a7715a011bc73ee1852') +sha512sums=('5dee091aef9cbaa0f61296112a8ad19bf490579f7978023983fc31d2f2e009b2a2e6bd703a6684d0249fa8f56c37985a6a42563ccc9958b0553173ed76771a31') mkdepends=('ruby') # for 'gem build' mksource=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz - ruby-${pkgver}-remove-json-ext.patch - ruby-${pkgver}-add-json_pure.patch + ruby-2.5-remove-json-ext.patch + ruby-2.5-add-json_pure.patch json-${_jsonver}.tar.gz::https://github.com/flori/json/archive/v${_jsonver}.tar.gz json-${_jsonver}-libre.patch) -mksha512sums=('31bacf58469953282cd5d8b51862dcf4b84dedb927c1871bc3fca32fc157fe49187631575a70838705fe246f4555647577a7ecc26894445a7d64de5503dc11b4' +mksha512sums=('6dcae0e8d0bacdb2cbde636e2030596308b5af53f2eb85d3adccb67b02e6f8f9751e8117d12f8484829fdd9d995f6e327f701d9b433bcf94f1f59d13a1fd7518' 'dbfd2517e87571e25fea832f50535e76c07972e15f48050ad7b08b04993c566ae7b5e8b1dd0e3cd65eb6161290026eaa71ff4528e98a92e37983066b4929cfb1' '303172561a4ba54515fddfd9ea7e0c833e550b0ae5e9f331956f178f8c5e20aa0e3c4036251ddfd04312769ef7d71d83fde0afe64f6fa8e9052ca5a294c62927' '6019cc26a0919e4d39ae0bf737b51cd9a474c74a55d25f6931ac04d61826bb810d063190a80a29810e57d7457d1a247acd82fd78de2c4c01acb7d73ee9fde603' diff --git a/libre/ruby/ruby-2.5.1-add-json_pure.patch b/libre/ruby/ruby-2.5-add-json_pure.patch index 5630451ea..5630451ea 100644 --- a/libre/ruby/ruby-2.5.1-add-json_pure.patch +++ b/libre/ruby/ruby-2.5-add-json_pure.patch diff --git a/libre/ruby/ruby-2.5.1-remove-json-ext.patch b/libre/ruby/ruby-2.5-remove-json-ext.patch index 507f8283a..507f8283a 100644 --- a/libre/ruby/ruby-2.5.1-remove-json-ext.patch +++ b/libre/ruby/ruby-2.5-remove-json-ext.patch |