Date: Tuesday, March 26, 2019 @ 19:01:33 Author: svenstaro Revision: 349237
upgpkg: giflib 5.1.8-1 Modified: giflib/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-26 18:53:47 UTC (rev 349236) +++ PKGBUILD 2019-03-26 19:01:33 UTC (rev 349237) @@ -4,8 +4,8 @@ # Contributor: mightyjaym <[email protected]> pkgname=giflib -pkgver=5.1.4 -pkgrel=2 +pkgver=5.1.8 +pkgrel=1 pkgdesc="A library for reading and writing gif images" url="http://sourceforge.net/projects/giflib/" arch=('x86_64') @@ -12,18 +12,17 @@ license=('MIT') depends=('glibc') makedepends=('xmlto' 'docbook-xml' 'docbook-xsl') -source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2) -md5sums=('2c171ced93c0e83bb09e6ccad8e3ba2b') +source=(http://downloads.sourceforge.net/project/giflib/${pkgname}-${pkgver}.tar.gz) +md5sums=('b44ded3a4b96d97b2e29bb08c625dcc9') build() { cd ${pkgname}-${pkgver} - ./configure --prefix=/usr --disable-static make } package() { cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install + make PREFIX=/usr DESTDIR="${pkgdir}" install install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" }
