summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Hesse2016-05-29 11:08:36 +0200
committerChristian Hesse2016-05-29 11:08:36 +0200
commit423e7efceda26d2b632724909de85d779505536f (patch)
treec0064807fba8dbeca02d9722bd76ed128ac5eed1 /PKGBUILD
parentb65093e5bc830ec500dcacd7c583e6e74bd4f134 (diff)
downloadaur-423e7efceda26d2b632724909de85d779505536f.tar.gz
commit libpng15 1.5.27-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9ac9b85d5f1..1aed111b6808 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=libpng15
-pkgver=1.5.26
+pkgver=1.5.27
pkgrel=1
pkgdesc="A collection of routines used to create PNG format graphics files (1.5 branch)"
arch=('i686' 'x86_64')
@@ -13,9 +13,9 @@ 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=('7ba4d85efb79e60d7a8a84bca6a0b925e043bfb5c8a47a1b878ab4d3bcd6714d'
+sha256sums=('082f57d79559ba16ca3f33899e1929a510ff82aaaf100720e58b138a8c248368'
'SKIP'
- '2d684c9e40377b1911e274aafead6fdb6af0967c0898f5bc94bd0da6884133f8')
+ '6a4534ff395047da45dd3cb9aecd1666531a6d5ee7c7a8cdfc470705f3e87732')
build() {
cd libpng-${pkgver}