diff options
Diffstat (limited to 'extra/libcroco')
-rw-r--r-- | extra/libcroco/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libcroco/PKGBUILD b/extra/libcroco/PKGBUILD index 5d19edc14..fb070215a 100644 --- a/extra/libcroco/PKGBUILD +++ b/extra/libcroco/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 142887 2011-11-17 18:34:50Z ibiru $ +# $Id: PKGBUILD 152706 2012-03-09 01:01:22Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libcroco -pkgver=0.6.3 +pkgver=0.6.4 pkgrel=1 pkgdesc="A CSS parsing library" arch=('x86_64' 'i686') @@ -12,7 +12,7 @@ license=('LGPL') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz) url="http://www.gnome.org" -sha256sums=('8b7c565bf3eae1dff0a09d128fc3726acc1a492a7de23b25dce803a4f93d42c1') +sha256sums=('c816bad3406c52a98d84a2222c0e4a7b70ee0640b49cde4a236deaa02c4232ea') build() { cd "$srcdir/$pkgname-$pkgver" |