Date: Monday, January 27, 2014 @ 10:42:51
  Author: flexiondotorg
Revision: 104827

Update to open-terminal 1.6.1

Modified:
  mate-file-manager-open-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-01-27 09:28:31 UTC (rev 104826)
+++ PKGBUILD    2014-01-27 09:42:51 UTC (rev 104827)
@@ -1,11 +1,9 @@
 # $Id$
 # Maintainer : Martin Wimpress <[email protected]>
-# Contributor: Giovanni "Talorno" Ricciardi <[email protected]>
-# Contributor: Xpander <[email protected]>
 
 pkgname=mate-file-manager-open-terminal
-pkgver=1.6.0
-pkgrel=7
+pkgver=1.6.1
+pkgrel=1
 pkgdesc="A Caja extension for opening terminals in arbitrary local paths."
 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=('8695ac9d0acbc27173d024340f121cd298aff0b9')
+sha1sums=('958a213572e99cf734aeae75c604a9193abe07de')
 install=${pkgname}.install
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
-    ./autogen.sh \
+    ./configure \
         --prefix=/usr
     make
 }

Reply via email to