diff options
author | root <root@rshg054.dnsready.net> | 2012-06-13 00:01:51 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-13 00:01:51 +0000 |
commit | f46e734fbcd0b4cbae2cff1a017b95e4e8e02d53 (patch) | |
tree | 155102fee24f637e46976eb759175c3c2fbc1f40 /extra/gtk-engines | |
parent | fd4cd23b679e620a51c42e87a0655d55704fdba8 (diff) |
Wed Jun 13 00:01:51 UTC 2012
Diffstat (limited to 'extra/gtk-engines')
-rw-r--r-- | extra/gtk-engines/PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/extra/gtk-engines/PKGBUILD b/extra/gtk-engines/PKGBUILD index a1f52dd9e..99d98cc59 100644 --- a/extra/gtk-engines/PKGBUILD +++ b/extra/gtk-engines/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 148768 2012-02-05 11:49:45Z ibiru $ +# $Id: PKGBUILD 161439 2012-06-11 15:51:44Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gtk-engines -pkgver=2.20.2 -pkgrel=2 +pkgver=2.21.0 +pkgrel=1 pkgdesc="Theme engines for GTK+ 2" arch=(i686 x86_64) license=('GPL' 'LGPL') @@ -11,10 +11,12 @@ depends=('gtk2>=2.22.0') makedepends=('pkg-config' 'intltool') options=('!libtool') url="http://live.gnome.org/GnomeArt" -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-${pkgver}.tar.bz2) +source=(ftp://ftp.archlinux.org/other/gtk-engines/${pkgname}-${pkgver}.tar.gz + ftp://ftp.archlinux.org/other/gtk-engines/${pkgname}-${pkgver}.tar.gz.sig) conflicts=('lighthouse-gtk2' 'clearlooks-gtk2') replaces=('lighthouse-gtk2') -sha256sums=('15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5') +md5sums=('d82ae66d6eb045d83c30b78b13818d41' + 'c1166505961b9aa2ef98228a7cea1860') build() { cd "${srcdir}/${pkgname}-${pkgver}" |