summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Zamarin2016-04-01 17:11:00 +0300
committerArthur Zamarin2016-04-01 17:11:00 +0300
commitb997cd3c85d33d29bf7af996d09d42d47b649f6d (patch)
tree4ed8b9599e75c23abf12d0534a6717160b03d2f5
parent974b9b3f764af0285ba5ba1aca1b090e8c49cebe (diff)
downloadaur-b997cd3c85d33d29bf7af996d09d42d47b649f6d.tar.gz
Update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 522fec80f5f9..066d84b6b4ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Apr 1 13:02:28 UTC 2016
+# Fri Apr 1 14:10:59 UTC 2016
pkgbase = lib32-libpng12
pkgdesc = A collection of routines used to create PNG format graphics files (32-bit, 1.2 branch)
pkgver = 1.2.56
- pkgrel = 1
+ pkgrel = 2
url = http://www.libpng.org/pub/png/libpng.html
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 027586d167ce..ecfc3eceb172 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgbasename=libpng
pkgname=lib32-libpng12
pkgver=1.2.56
-pkgrel=1
+pkgrel=2
pkgdesc="A collection of routines used to create PNG format graphics files (32-bit, 1.2 branch)"
arch=('x86_64')
url="http://www.libpng.org/pub/png/libpng.html"
@@ -24,7 +24,7 @@ prepare(){
# Add animated PNG (apng) support
# see http://sourceforge.net/projects/libpng-apng/
- patch -Np0 -i "${srcdir}/libpng-${pkgver}-apng.patch"
+ patch -Np1 -i "${srcdir}/libpng-${pkgver}-apng.patch"
}
build() {