Date: Tuesday, September 9, 2014 @ 14:53:11 Author: jgc Revision: 221309
GNOME 3.13.91 Modified: quadrapassel/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-09-09 12:53:03 UTC (rev 221308) +++ PKGBUILD 2014-09-09 12:53:11 UTC (rev 221309) @@ -3,13 +3,13 @@ # Contributor: Jan de Groot <[email protected]> pkgname=quadrapassel -pkgver=3.12.2 +pkgver=3.13.91 pkgrel=1 pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)" arch=('i686' 'x86_64') license=('GPL') depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg') -makedepends=('intltool' 'itstool' 'gobject-introspection') +makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2') conflicts=('gnome-games') replaces=('gnome-games') options=('!emptydirs') @@ -17,7 +17,7 @@ url="https://live.gnome.org/Quadrapassel" groups=('gnome-extra') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('e83cc7043e90fc468ac322331b4862bf604b16579785af928b41ebe3b861b4db') +sha256sums=('d59b857375a8277940e93101477a1b458fd09948e005d428ab18a77d4dae68f6') build() { cd $pkgname-$pkgver
