diff options
author | Gonzalo Exequiel Pedone | 2023-06-25 15:56:01 -0300 |
---|---|---|
committer | Gonzalo Exequiel Pedone | 2023-06-25 15:56:01 -0300 |
commit | b700911e551fc7050464b45220ea4a724e530c2c (patch) | |
tree | d1198adf1bc070a796a0bbce459d778c311700d8 | |
parent | db7264a584cf2cd3cdf6f9a914422e1b1b1b50ad (diff) | |
download | aur-b700911e551fc7050464b45220ea4a724e530c2c.tar.gz |
Package updated to 1.6.40.
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = android-x86-libpng pkgdesc = A collection of routines used to create PNG format graphics (android) - pkgver = 1.6.39 + pkgver = 1.6.40 pkgrel = 1 url = http://www.libpng.org/pub/png/libpng.html arch = any @@ -11,7 +11,7 @@ pkgbase = android-x86-libpng options = !buildflags options = staticlibs options = !emptydirs - source = http://downloads.sourceforge.net/sourceforge/libpng/libpng-1.6.39.tar.xz - sha256sums = 1f4696ce70b4ee5f85f1e1623dc1229b210029fa4b7aee573df3e2ba7b036937 + source = http://downloads.sourceforge.net/sourceforge/libpng/libpng-1.6.40.tar.xz + sha256sums = 535b479b2467ff231a3ec6d92a525906fb8ef27978be4f66dbe05d3f3a01b3a1 pkgname = android-x86-libpng @@ -4,7 +4,7 @@ _android_arch=x86 pkgname=android-${_android_arch}-libpng -pkgver=1.6.39 +pkgver=1.6.40 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics (android)" arch=('any') @@ -14,7 +14,7 @@ depends=("android-${_android_arch}-zlib") options=(!strip !buildflags staticlibs !emptydirs) makedepends=('android-configure') source=("http://downloads.sourceforge.net/sourceforge/libpng/libpng-$pkgver.tar.xz") -sha256sums=('1f4696ce70b4ee5f85f1e1623dc1229b210029fa4b7aee573df3e2ba7b036937') +sha256sums=('535b479b2467ff231a3ec6d92a525906fb8ef27978be4f66dbe05d3f3a01b3a1') build() { cd "$srcdir/libpng-$pkgver" |