From 06920443c5d1c7e04c6570c8e6e3a6e02eada5f7 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 20 Feb 2016 10:46:47 +0100 Subject: [PATCH] libnsgif: update to 0.1.3. --- srcpkgs/libnsgif/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libnsgif/template b/srcpkgs/libnsgif/template index 058131623d7..618291605c2 100644 --- a/srcpkgs/libnsgif/template +++ b/srcpkgs/libnsgif/template @@ -1,6 +1,6 @@ # Template build file for 'libnsgif'. pkgname=libnsgif -version=0.1.2 +version=0.1.3 revision=1 hostmakedepends="netsurf-buildsystem" short_desc="Decoding library for the GIF image file format, written in C" @@ -8,7 +8,7 @@ maintainer="Juan RP " homepage="http://www.netsurf-browser.org" license="MIT" distfiles="http://download.netsurf-browser.org/libs/releases/${pkgname}-${version}-src.tar.gz" -checksum=dd6948af5c054224489beaa4b4cc13c2c4f695d5bdee7e58ec2370c53cd9faa5 +checksum=d3d2c9c008047eab41fc0a4ce7c280456c55c479d191e1968f843b005f219fa8 CFLAGS="-Wno-error" do_build() { @@ -20,7 +20,7 @@ do_install() { make COMPONENT_TYPE=lib-shared PREFIX=/usr DESTDIR=${DESTDIR} install make COMPONENT_TYPE=lib-static PREFIX=/usr DESTDIR=${DESTDIR} install - vinstall COPYING 0644 usr/share/licenses/${pkgname} + vlicense COPYING } libnsgif-devel_package() {