Date: Wednesday, January 18, 2012 @ 15:01:03 Author: eric Revision: 146833
upgpkg: links 2.5-1 Upstream update Modified: links/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-01-18 20:00:38 UTC (rev 146832) +++ PKGBUILD 2012-01-18 20:01:03 UTC (rev 146833) @@ -2,20 +2,20 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=links -pkgver=2.4 +pkgver=2.5 pkgrel=1 pkgdesc="A text WWW browser, similar to Lynx" arch=('i686' 'x86_64') url="http://links.twibright.com/" license=('GPL') -depends=('bzip2' 'zlib' 'openssl' 'gpm') +depends=('bzip2' 'xz' 'zlib' 'openssl' 'gpm') makedepends=('libtiff' 'libpng' 'libxt') optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: for using xlinks') provides=('links-g') conflicts=('links-g') replaces=('links-g') source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 links.desktop) -sha1sums=('c09fcb03874b1d0586f582f73833bb2f4c9ed7ac' +sha1sums=('fe4bc37be8aebd9196c35ffef724435cea94349c' 'f600e27c2a71184444f7dd07a10230aa44463a02') build() {
