mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libpng to 1.6.23-1
This commit is contained in:
parent
41cf8ed91b
commit
6938a283bd
1 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
|||
# - added --enable-arm-neon=no to configure for !aarch64
|
||||
|
||||
pkgname=libpng
|
||||
pkgver=1.6.22
|
||||
_apngver=1.6.22
|
||||
pkgver=1.6.23
|
||||
_apngver=1.6.23
|
||||
pkgrel=1
|
||||
pkgdesc="A collection of routines used to create PNG format graphics files"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -19,9 +19,9 @@ depends=('zlib' 'sh')
|
|||
options=('!libtool')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
|
||||
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
|
||||
md5sums=('f4ca54a3d945b8678fafed168c503f3b'
|
||||
md5sums=('9b320a05ed4db1f3f0865c8a951fd9aa'
|
||||
'SKIP'
|
||||
'910526e60f82d3f91ffe3fa9e247216e')
|
||||
'bf44929a1c272f585a11baeca05af500')
|
||||
validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue