[arch-commits] Commit in lynx/trunk (PKGBUILD)
Pierre Schmitz
pierre at nymeria.archlinux.org
Fri Feb 14 17:36:51 UTC 2014
Date: Friday, February 14, 2014 @ 18:36:50
Author: pierre
Revision: 205948
upgpkg: lynx 2.8.8-1
Modified:
lynx/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-02-14 13:56:11 UTC (rev 205947)
+++ PKGBUILD 2014-02-14 17:36:50 UTC (rev 205948)
@@ -1,19 +1,22 @@
# $Id$
-# Maintainer:
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=lynx
-pkgver=2.8.7
-pkgrel=7
+pkgver=2.8.8
+_relver=${pkgver}rel.1
+pkgrel=1
pkgdesc="A text browser for the World Wide Web"
url="http://lynx.isc.org/"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('ncurses' 'openssl')
+depends=('openssl')
backup=('etc/lynx.cfg')
-source=("http://lynx.isc.org/release/${pkgname}${pkgver}.tar.gz")
-md5sums=('e36d70f3f09b2d502055ca67f09e363c')
+source=("http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2"
+ "http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2.asc")
+md5sums=('f467c043fe9a3963fc1c05f54923803f'
+ 'SKIP')
build() {
cd ${srcdir}/${pkgname}${pkgver//./-}
More information about the arch-commits
mailing list