summaryrefslogtreecommitdiff
path: root/community/ruby-cairo/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-cairo/PKGBUILD')
-rw-r--r--community/ruby-cairo/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/ruby-cairo/PKGBUILD b/community/ruby-cairo/PKGBUILD
index 4687d69cb..f5ea210f1 100644
--- a/community/ruby-cairo/PKGBUILD
+++ b/community/ruby-cairo/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 104887 2014-01-28 03:34:18Z td123 $
+# $Id: PKGBUILD 110020 2014-04-23 06:48:38Z fyan $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Jeremy <reebydobalina@yahoo.ca>
pkgname=ruby-cairo
-pkgver=1.12.8
+pkgver=1.12.9
pkgrel=1
pkgdesc='Ruby bindings for cairo'
arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@ license=('GPL')
depends=('ruby' 'cairo')
makedepends=('ruby-pkgconfig')
source=("http://cairographics.org/releases/rcairo-$pkgver.tar.gz")
-sha256sums=('8a6a73c9c67eb0a5b6502483c8c39ffb6acbcadd2574123a6597271c2c25736d')
+sha256sums=('ef894e2a52926c1c9d6d7f32cc1899fa21de90787a4a98493e4a004ecdb90b6e')
build() {
cd "$srcdir/rcairo-$pkgver"
@@ -25,7 +25,7 @@ build() {
package() {
cd "$srcdir/rcairo-$pkgver"
- make DESTDIR="$pkgdir" install
+ make -j1 DESTDIR="$pkgdir" install # Workaround installation failure with -j1
install -Dm644 ext/cairo/cairo.so \
"$pkgdir/usr/lib/ruby/vendor_ruby/2.1.0/$CARCH-linux/cairo.so"
}