Date: Tuesday, January 28, 2014 @ 11:50:41
  Author: flexiondotorg
Revision: 104913

Updated to 1.6.1

Modified:
  mate-calc/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-01-28 09:55:17 UTC (rev 104912)
+++ PKGBUILD    2014-01-28 10:50:41 UTC (rev 104913)
@@ -1,11 +1,9 @@
 # $Id$
 # Maintainer : Martin Wimpress <c...@flexion.org>
-# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sni...@gmail.com>
-# Contributor: Xpander <xpand...@gmail.com>
 
 pkgname=mate-calc
-pkgver=1.6.0
-pkgrel=4
+pkgver=1.6.1
+pkgrel=1
 pkgdesc="Calculator for the Mate desktop environment"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
@@ -15,12 +13,12 @@
 options=('!emptydirs')
 groups=('mate-extra')
 source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('c793118595cd370ccca9875880e0e6760f6c5a08')
+sha1sums=('dca1568748e42d4a019d7cf8effe1be80b20b82b')
 install=${pkgname}.install
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
-    ./autogen.sh \
+    ./configure \
         --prefix=/usr
     make
 }

Reply via email to