summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshtrom2010-02-16 23:39:43 +0000
committershtrom2010-02-16 23:39:43 +0000
commitad49de1c72947dd45ff0b0eebeb9144be24b2193 (patch)
treefef4ec407337c0d7ebbad39b5980bfa060b2bb7d
parent888b989ac8e11aea38ee9594a05da09610c15ae2 (diff)
downloadaur-ad49de1c72947dd45ff0b0eebeb9144be24b2193.tar.gz
[ruby-rmagick] Version bump.
git-svn-id: svn+ssh://scm.narf.ssji.net/svn/archlinux-packages@227 df209809-8e4a-0410-9a64-c169741eb0fc
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6b979e298c9..4c025c70fc3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# $Id$
# Contributor: Olivier Mehani <shtrom-aur@ssji.net>
pkgname=ruby-rmagick
-pkgver=2.9.1
+pkgver=2.13.0
pkgrel=1
pkgdesc="RMagick is an interface between the Ruby programming language and the ImageMagick and GraphicsMagick image processing libraries"
arch=('i686' 'x86_64')
url="http://rmagick.rubyforge.org"
license=('GPL')
depends=('ruby>=1.8.2' 'imagemagick' 'graphicsmagick')
-source=("http://rubyforge.org/frs/download.php/51094/RMagick-${pkgver}.tar.bz2")
-md5sums=('a10453e29b47386f576a28048d1bc2ad')
+source=("http://rubyforge.org/frs/download.php/68156/RMagick-${pkgver}.tar.bz2")
build() {
cd "$srcdir/RMagick-$pkgver"
@@ -18,3 +17,4 @@ build() {
ruby setup.rb all --doc-dir=${pkgdir}/usr/share/doc/rmagic || exit 1
ruby setup.rb install --prefix=$pkgdir || exit 3
}
+md5sums=('f79ff3c6587d3cc3b90c7550e563a59d')