diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-29 03:30:04 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-29 03:30:04 +0000 |
commit | 0a521de4508e14363c59922ab2744ab699e30288 (patch) | |
tree | 22a9004955fd3ec5f7aa81f799bd9eabed325d15 /community/mate-calc/PKGBUILD | |
parent | 462391357aa5e749dc9908c15f3baa0b4416f3d8 (diff) |
Wed Jan 29 03:27:46 UTC 2014
Diffstat (limited to 'community/mate-calc/PKGBUILD')
-rw-r--r-- | community/mate-calc/PKGBUILD | 12 |
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 } |