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 0b0ef4e3e..56ae7e010 100644
--- a/community/ruby-cairo/PKGBUILD
+++ b/community/ruby-cairo/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 102505 2013-12-12 14:34:05Z arodseth $
+# $Id: PKGBUILD 104887 2014-01-28 03:34:18Z td123 $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Jeremy <reebydobalina@yahoo.ca>
pkgname=ruby-cairo
-pkgver=1.12.6
+pkgver=1.12.8
pkgrel=1
pkgdesc='Ruby bindings for cairo'
arch=('x86_64' 'i686' 'mips64el')
@@ -13,7 +13,7 @@ license=('GPL')
depends=('ruby' 'cairo')
makedepends=('ruby-pkgconfig')
source=("http://cairographics.org/releases/rcairo-$pkgver.tar.gz")
-sha256sums=('e7ff8d49a730662b3f999187fde45ac0b8651996fe7f9a952496be8b6e45800e')
+sha256sums=('8a6a73c9c67eb0a5b6502483c8c39ffb6acbcadd2574123a6597271c2c25736d')
build() {
cd "$srcdir/rcairo-$pkgver"
@@ -27,7 +27,7 @@ package() {
make DESTDIR="$pkgdir" install
install -Dm644 ext/cairo/cairo.so \
- "$pkgdir/usr/lib/ruby/vendor_ruby/2.0.0/$CARCH-linux/cairo.so"
+ "$pkgdir/usr/lib/ruby/vendor_ruby/2.1.0/$CARCH-linux/cairo.so"
}
# vim:set ts=2 sw=2 et: