summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1aed111b6808..4f9a7f54b172 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=libpng15
-pkgver=1.5.27
+pkgver=1.5.28
+_apngver=1.5.27
pkgrel=1
pkgdesc="A collection of routines used to create PNG format graphics files (1.5 branch)"
arch=('i686' 'x86_64')
@@ -12,8 +13,8 @@ conflicts=('libpng<1.6')
options=('!libtool')
validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
source=("http://downloads.sourceforge.net/sourceforge/libpng/libpng-${pkgver}.tar.xz"{,.asc}
- "http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${pkgver}-apng.patch.gz")
-sha256sums=('082f57d79559ba16ca3f33899e1929a510ff82aaaf100720e58b138a8c248368'
+ "http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz")
+sha256sums=('1c3a2d939b6729de493ebc0b14aeaa1bdc4ffa80a75d2506bb2c75a0ff3ac8e9'
'SKIP'
'6a4534ff395047da45dd3cb9aecd1666531a6d5ee7c7a8cdfc470705f3e87732')
@@ -22,7 +23,7 @@ build() {
# Add animated PNG (apng) support
# see http://sourceforge.net/projects/libpng-apng/
- patch -p1 -i ../libpng-${pkgver}-apng.patch
+ patch -p1 -i ../libpng-${_apngver}-apng.patch
./configure --prefix=/usr
make