summaryrefslogtreecommitdiff
path: root/libpng
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2014-03-12 07:51:23 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2014-03-12 07:51:39 +0100
commit45b6c9b45af0fd29848ac1c7d37f0445d2da6d93 (patch)
treec954fa370970211e40c5946256bbafeb002f27fd /libpng
parent498dce2f4a37f4085d7e9f55e179b306104b03d9 (diff)
downloadopt-45b6c9b45af0fd29848ac1c7d37f0445d2da6d93.tar.gz
opt-45b6c9b45af0fd29848ac1c7d37f0445d2da6d93.tar.xz
libpng: updated apng patch
Diffstat (limited to 'libpng')
-rw-r--r--libpng/.md5sum2
-rw-r--r--libpng/Pkgfile6
2 files changed, 4 insertions, 4 deletions
diff --git a/libpng/.md5sum b/libpng/.md5sum
index cffdc52cf..dfc5322e9 100644
--- a/libpng/.md5sum
+++ b/libpng/.md5sum
@@ -1,2 +1,2 @@
+3404257f66d4a118b26ccc3fc4788810 libpng-1.6.10-apng.patch.gz
5f414b20f683b1d96b163c89e3eff768 libpng-1.6.10.tar.xz
-d784762a28f6a6c697a162873807f479 libpng-1.6.9-apng.patch.gz
diff --git a/libpng/Pkgfile b/libpng/Pkgfile
index 9217347de..2a999708e 100644
--- a/libpng/Pkgfile
+++ b/libpng/Pkgfile
@@ -5,13 +5,13 @@
name=libpng
version=1.6.10
-release=1
+release=2
source=(http://download.sourceforge.net/$name/$name-$version.tar.xz \
- http://downloads.sourceforge.net/project/libpng-apng/libpng16/$version/$name-1.6.9-apng.patch.gz)
+ http://downloads.sourceforge.net/project/libpng-apng/libpng16/$version/$name-1.6.10-apng.patch.gz)
build() {
cd $name-$version
- zcat $SRC/$name-1.6.9-apng.patch.gz | patch -p1
+ zcat $SRC/$name-1.6.10-apng.patch.gz | patch -p1
./configure --prefix=/usr --mandir=/usr/man
make

Generated by cgit