[arch-commits] Commit in mate-calc/trunk (PKGBUILD)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Tue Jan 28 10:50:42 UTC 2014


    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 <code at flexion.org>
-# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
-# Contributor: Xpander <xpander0 at 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
 }




More information about the arch-commits mailing list