summaryrefslogtreecommitdiff
path: root/community/mate-calc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-calc/PKGBUILD')
-rw-r--r--community/mate-calc/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/community/mate-calc/PKGBUILD b/community/mate-calc/PKGBUILD
index b29109c66..d48ea6d52 100644
--- a/community/mate-calc/PKGBUILD
+++ b/community/mate-calc/PKGBUILD
@@ -1,11 +1,9 @@
-# $Id: PKGBUILD 104222 2014-01-16 17:33:47Z flexiondotorg $
+# $Id: PKGBUILD 104914 2014-01-28 10:51:00Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
-# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper@gmail.com>
-# Contributor: Xpander <xpander0@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 @@ makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
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
}