summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d36b3023138b..940758d3329a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
# contributor: tantalum <tantalum@online.de>
pkgname=guile-cairo
-pkgver=1.9.91
-pkgrel=4
+pkgver=1.10.0
+pkgrel=1
pkgdesc='Guile Scheme bindings for the cairo graphics library'
arch=(x86_64 i686)
license=(LGPL3)
depends=('guile>=1.8.0' 'cairo>=1.2.0')
url=http://www.non-gnu.org/guile-cairo/
source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=(bc8f4f00d1d351f85e0235636a113ad6)
+md5sums=('03417b370a822c3e0be0795930f7878f')
build(){
cd $pkgname-$pkgver