Date: Sunday, September 22, 2013 @ 16:08:25 Author: eric Revision: 194694
upgpkg: links 2.8-1 Upstream update, Remove optipng makedepends Modified: links/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-09-22 12:59:18 UTC (rev 194693) +++ PKGBUILD 2013-09-22 14:08:25 UTC (rev 194694) @@ -2,26 +2,25 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=links -pkgver=2.7 -pkgrel=2 +pkgver=2.8 +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' 'optipng') +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=('1e362a7e27078d630edf5868145a46247cda8cc3' +sha1sums=('a808d80d910b7d3ad86f4c5089e64f35113b69f2' 'f600e27c2a71184444f7dd07a10230aa44463a02') prepare() { cd ${pkgname}-${pkgver} sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure - optipng graphics/font/century_school-medium-roman-serif-vari/045e.png } build() {
