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

Sébastien Luttringer seblu at archlinux.org
Fri Jun 26 23:02:36 UTC 2015


    Date: Saturday, June 27, 2015 @ 01:02:36
  Author: seblu
Revision: 241295

upgpkg: less 478-1

Modified:
  less/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-26 22:51:28 UTC (rev 241294)
+++ PKGBUILD	2015-06-26 23:02:36 UTC (rev 241295)
@@ -4,7 +4,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=less
-pkgver=471
+pkgver=478
 pkgrel=1
 pkgdesc='A terminal based program for viewing text files'
 license=('GPL3')
@@ -14,12 +14,12 @@
 depends=('glibc' 'ncurses' 'pcre')
 validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman
 source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('9a40d29a2d84b41f9f36d7dd90b4f950'
+md5sums=('934fcc9f137b9ef66a943c224f413d39'
          'SKIP')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
+  sh configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
   make
 }
 



More information about the arch-commits mailing list