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

Allan McRae allan at archlinux.org
Sat Jun 25 12:14:07 UTC 2011


    Date: Saturday, June 25, 2011 @ 08:14:07
  Author: allan
Revision: 128667

upgpkg: less 444-1
upstream update

Modified:
  less/trunk/PKGBUILD
Deleted:
  less/trunk/zless

----------+
 PKGBUILD |    6 +++---
 zless    |    9 ---------
 2 files changed, 3 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-25 12:00:22 UTC (rev 128666)
+++ PKGBUILD	2011-06-25 12:14:07 UTC (rev 128667)
@@ -3,8 +3,8 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=less
-pkgver=443
-pkgrel=2
+pkgver=444
+pkgrel=1
 pkgdesc="A terminal based program for viewing text files"
 license=('GPL3')
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 groups=('base')
 depends=('ncurses' 'pcre')
 source=(http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('47db098fb3cdaf847b3c4be05ee954fc')
+md5sums=('56f9f76ffe13f70155f47f6b3c87d421')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Deleted: zless
===================================================================
--- zless	2011-06-25 12:00:22 UTC (rev 128666)
+++ zless	2011-06-25 12:14:07 UTC (rev 128667)
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-: ${PAGER=less}
-export PAGER
-
-PATH="/usr/bin:$PATH"
-export PATH
-
-exec zmore ${1+"$@"}




More information about the arch-commits mailing list