diff options
author | root <root@rshg054.dnsready.net> | 2012-06-24 00:04:12 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-24 00:04:12 +0000 |
commit | 4319f36e44d4e7c70bf010c3286bb1739c59d4de (patch) | |
tree | 570e5a756192067d69cbabeab8fcf6b81cec3c51 /community/ruby-cairo/PKGBUILD | |
parent | 11357a5ab02a7d536375fb8333b2fb67278b4a36 (diff) |
Sun Jun 24 00:04:11 UTC 2012
Diffstat (limited to 'community/ruby-cairo/PKGBUILD')
-rw-r--r-- | community/ruby-cairo/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/community/ruby-cairo/PKGBUILD b/community/ruby-cairo/PKGBUILD index 714887f80..520256dff 100644 --- a/community/ruby-cairo/PKGBUILD +++ b/community/ruby-cairo/PKGBUILD @@ -1,17 +1,18 @@ -# $Id: PKGBUILD 64611 2012-02-17 02:54:22Z tdziedzic $ -# Maintiner: Alexander Rødseth <rodseth@gmail.com> +# $Id: PKGBUILD 72819 2012-06-22 21:24:20Z arodseth $ +# Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Brad Fanella <bradfanella@archlinux.us> + pkgname=ruby-cairo -pkgver=1.10.0 -pkgrel=3 +pkgver=1.12.2 +pkgrel=1 pkgdesc="Ruby bindings for cairo" -arch=('i686' 'x86_64') +arch=('x86_64' 'i686') url="http://cairographics.org/rcairo/" license=('GPL') depends=('ruby' 'cairo>=1.2.0') makedepends=('ruby-pkgconfig') source=("http://cairographics.org/releases/rcairo-$pkgver.tar.gz") -sha256sums=('70e2df4fe0bcd2875d7512279058b116e964ca91d152cf9eb2f05b5c7774f118') +sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5') build() { cd "$srcdir/rcairo-$pkgver" |