community/ruby2.3 to 2.3.3-3

This commit is contained in:
Kevin Mihelich 2017-03-16 18:54:57 +00:00
parent 63138a0ffc
commit c2785afca4

View file

@ -13,7 +13,7 @@ _rubyver=2.3
pkgname=ruby2.3
pkgver=${_rubyver}.3
pkgdesc='An object-oriented language for quick and easy programming'
pkgrel=2
pkgrel=3
arch=(i686 x86_64)
url='http://www.ruby-lang.org/en/'
license=(BSD custom)
@ -29,6 +29,8 @@ sha256sums=('1a4fa8c2885734ba37b97ffdb4a19b8fba0e8982606db02d936e65bac07419dc'
build() {
cd ruby-${pkgver}
#export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
# fixes https://bugs.ruby-lang.org/issues/9507
[[ $CARCH == 'arm' ]] && patch -Np1 -i ../0002-Use-only-unsigned-long-for-rb_serial_t.patch