diff options
author | root <root@rshg054.dnsready.net> | 2013-11-04 01:27:27 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-11-04 01:27:27 -0800 |
commit | 058983fb5cb16dbb25368dd464cbcf27205b3f93 (patch) | |
tree | 4f07b3aba435304aac5c5f93e5a9784031dabd40 /community/ruby-iconv | |
parent | 1ce58386c5ee7086ac6848f35cade5d45bf86764 (diff) |
Mon Nov 4 01:26:54 PST 2013
Diffstat (limited to 'community/ruby-iconv')
-rwxr-xr-x | community/ruby-iconv/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/ruby-iconv/PKGBUILD b/community/ruby-iconv/PKGBUILD index 3b9315ed6..528fa5c14 100755 --- a/community/ruby-iconv/PKGBUILD +++ b/community/ruby-iconv/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 97686 2013-09-27 08:51:25Z alucryd $ +# $Id: PKGBUILD 100391 2013-11-03 11:24:29Z alucryd $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> pkgname=ruby-iconv pkgver=1.0.3 -pkgrel=4 +pkgrel=6 pkgdesc="Wrapper library for iconv" arch=('i686' 'x86_64') url="https://github.com/nurse/iconv" @@ -15,6 +15,7 @@ sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da') prepare() { gem install --no-{document,user-install} --ignore-dependencies -i . ${pkgname#*-}-${pkgver}.gem + sed "s|iconv/iconv.so|$CARCH-linux/iconv.so|" -i gems/${pkgname#*-}-${pkgver}/lib/iconv.rb } package() { |