Date: Wednesday, March 5, 2014 @ 21:56:28 Author: flexiondotorg Revision: 106549
Updated to 1.8 Modified: mate-menus/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-05 20:56:13 UTC (rev 106548) +++ PKGBUILD 2014-03-05 20:56:28 UTC (rev 106549) @@ -1,25 +1,22 @@ -# $Id$ # Maintainer : Martin Wimpress <[email protected]> -# Contributor: Giovanni "Talorno" Ricciardi <[email protected]> -# Contributor: Xpander <[email protected]> pkgname=mate-menus -pkgver=1.6.0 -pkgrel=3 +pkgver=1.8.0 +pkgrel=1 pkgdesc="MATE menu specifications" url="http://mate-desktop.org" arch=('i686' 'x86_64') license=('GPL') depends=('glib2' 'python2') -makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser') +makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser') options=('!emptydirs') groups=('mate') -source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz") -sha1sums=('798e1e96e8dea48d93f1db90b6fbe69d0a3f3ea5') +source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz") +sha1sums=('e2c3eda5123da8ff30dcd5f86c4ad9426e34a7b5') build() { cd "${srcdir}/${pkgname}-${pkgver}" - PYTHON=/usr/bin/python2 ./autogen.sh \ + PYTHON=/usr/bin/python2 ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \
