Date: Wednesday, December 31, 2014 @ 18:04:27 Author: eric Revision: 228241
upgpkg: links 2.9-1 Upstream update, Remove old provides, conflicts and replaces arrays Modified: links/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-31 13:23:07 UTC (rev 228240) +++ PKGBUILD 2014-12-31 17:04:27 UTC (rev 228241) @@ -2,7 +2,7 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=links -pkgver=2.8 +pkgver=2.9 pkgrel=1 pkgdesc="A text WWW browser, similar to Lynx" arch=('i686' 'x86_64') @@ -10,12 +10,11 @@ license=('GPL') depends=('bzip2' 'xz' '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') +optdepends=('libx11: for using xlinks' + 'libtiff: for using xlinks' + 'libpng: for using xlinks') source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 links.desktop) -sha1sums=('a808d80d910b7d3ad86f4c5089e64f35113b69f2' +sha1sums=('1202f1ade1075fa4f62e343702e5a0a22cdc2b13' 'f600e27c2a71184444f7dd07a10230aa44463a02') prepare() {
