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

Eric Bélanger eric at archlinux.org
Wed Jul 15 01:22:39 UTC 2015


    Date: Wednesday, July 15, 2015 @ 03:22:39
  Author: eric
Revision: 242237

upgpkg: links 2.10-1

Upstream update, Add libevent and svg support

Modified:
  links/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-15 00:25:03 UTC (rev 242236)
+++ PKGBUILD	2015-07-15 01:22:39 UTC (rev 242237)
@@ -2,19 +2,20 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=links
-pkgver=2.9
+pkgver=2.10
 pkgrel=1
 pkgdesc="A text WWW browser, similar to Lynx"
 arch=('i686' 'x86_64')
 url="http://links.twibright.com/"
 license=('GPL')
-depends=('bzip2' 'xz' 'openssl' 'gpm')
-makedepends=('libtiff' 'libpng' 'libxt')
+depends=('bzip2' 'xz' 'gpm' 'libevent')
+makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
 optdepends=('libx11: for using xlinks'
 	    'libtiff: for using xlinks'
-	    'libpng: for using xlinks')
+	    'libpng: for using xlinks'
+	    'librsvg: for using xlinks')
 source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 links.desktop)
-sha1sums=('1202f1ade1075fa4f62e343702e5a0a22cdc2b13'
+sha1sums=('bffd48917a9d038f4277443bf6ea2cf8c9372c3c'
           'f600e27c2a71184444f7dd07a10230aa44463a02')
 
 prepare() {



More information about the arch-commits mailing list