diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/ruby2.3/PKGBUILD | 9 | ||||
-rw-r--r-- | libre/ruby2.3/json-1.8.3-ruby-2.3.5-backports.patch (renamed from libre/ruby2.3/json-1.8.3-ruby-2.3.4-backports.patch) | 0 | ||||
-rw-r--r-- | libre/ruby2.3/ruby-2.3.5-add-json_pure.patch (renamed from libre/ruby2.3/ruby-2.3.4-add-json_pure.patch) | 0 | ||||
-rw-r--r-- | libre/ruby2.3/ruby-2.3.5-remove-json-ext.patch (renamed from libre/ruby2.3/ruby-2.3.4-remove-json-ext.patch) | 0 |
4 files changed, 5 insertions, 4 deletions
diff --git a/libre/ruby2.3/PKGBUILD b/libre/ruby2.3/PKGBUILD index fb0cf9725..d475f977e 100644 --- a/libre/ruby2.3/PKGBUILD +++ b/libre/ruby2.3/PKGBUILD @@ -7,6 +7,7 @@ # Contributor (Arch): Jeramy Rutley <jrutley@gmail.com> # Maintainer: Luke Shumaker <lukeshu@parabola.nu> +# Contributor: Omar Vega Ramos <ovruni@gnu.org.pe> # Rationale for inclusion in [libre]: Problematic license of # generator.c in bundled json extension. @@ -17,12 +18,12 @@ _rubyver=2.3 pkgname=ruby2.3 -pkgver=${_rubyver}.4 +pkgver=${_rubyver}.5 _jsonver=1.8.3 pkgdesc='An object-oriented language for quick and easy programming' pkgrel=3.parabola1 _srcrel=1 # increment this to rebuild the sourceball without bumping pkgver -arch=(i686 x86_64) +arch=(i686 x86_64 armv7h) url='http://www.ruby-lang.org/en/' license=(BSD custom) depends=(gdbm openssl-1.0 libffi libyaml gmp zlib) @@ -30,7 +31,7 @@ optdepends=('tk: for Ruby/TK') makedepends=(gdbm openssl-1.0 libffi doxygen graphviz libyaml ttf-dejavu tk) options=(!emptydirs) source=(https://repo.parabola.nu/other/ruby-libre/ruby-${pkgver}-libre${_srcrel}.tar.gz) -sha512sums=('3cae39dfd8a2ad98f55d8e09346e8c26cb8d44229f6de9aaa0c179ba6ed2ae6959e24ec9121a6c8172796cba507514cda3b5d292128a93831f25133e22bb0c8e') +sha512sums=('73187c128092bf0c16d2c0955e6bcdcad943b4721b9c852a82324779219bd6480e672054c4a4831f89e4331844f1f181135e91692900da1b830e6e11f80dfd28') mksource=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz ruby-${pkgver}-remove-json-ext.patch @@ -38,7 +39,7 @@ mksource=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar. json-${_jsonver}.tar.gz::https://github.com/flori/json/archive/v${_jsonver}.tar.gz json-${_jsonver}-ruby-${pkgver}-backports.patch json-${_jsonver}-libre.patch) -mksha512sums=('9e3adc2de6703e50e75db37db2981006d4c69759929d61db6a0d63627cfe5977d0ad66d2c69d7161cfc0c0d1c2cb38e5181a06ccd2790df2f72ec25c2ad01e02' +mksha512sums=('c55e3b71241f505b6bbad78b3bd40235064faae3443ca14b77b6356556caed6a0d055dc2e2cd7ebdb5290ab908e06d2b7d68f72469af5017eda4b29664b0d889' 'bd36519010a36d9368450de3bb6e46fd4b95682521877450f5875d0c0fc87119c52bd32cfdd7bcadf336d59e51665437a632d43d2f41934c808079ce6623a58c' 'fcfde775beb157db7a9788c897b06c11191a5f1c34e94a1644ce9c9b32675dab9001b66f1b26fdb6082eb9e85ba38423ccc9917716c788bb9cd8fa54e723c757' '147ce1834a1a0f02596386969c6e95c14237cc4d5303be974b9293d349d61a074cf9cc99d2f6bc434aa6da8aac9ddc35cfdeb7b9f77b14c112f8be70ff0846f7' diff --git a/libre/ruby2.3/json-1.8.3-ruby-2.3.4-backports.patch b/libre/ruby2.3/json-1.8.3-ruby-2.3.5-backports.patch index 0696ca70b..0696ca70b 100644 --- a/libre/ruby2.3/json-1.8.3-ruby-2.3.4-backports.patch +++ b/libre/ruby2.3/json-1.8.3-ruby-2.3.5-backports.patch diff --git a/libre/ruby2.3/ruby-2.3.4-add-json_pure.patch b/libre/ruby2.3/ruby-2.3.5-add-json_pure.patch index e543a58f1..e543a58f1 100644 --- a/libre/ruby2.3/ruby-2.3.4-add-json_pure.patch +++ b/libre/ruby2.3/ruby-2.3.5-add-json_pure.patch diff --git a/libre/ruby2.3/ruby-2.3.4-remove-json-ext.patch b/libre/ruby2.3/ruby-2.3.5-remove-json-ext.patch index 99e3e825c..99e3e825c 100644 --- a/libre/ruby2.3/ruby-2.3.4-remove-json-ext.patch +++ b/libre/ruby2.3/ruby-2.3.5-remove-json-ext.patch |