mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/libpng to 1.6.25-1
This commit is contained in:
parent
84223845d7
commit
d8c5a2f4c7
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.24
|
||||
_apngver=1.6.23
|
||||
pkgver=1.6.25
|
||||
_apngver=1.6.24
|
||||
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=('ffcdbd549814787fa8010c372e35ff25'
|
||||
md5sums=('0cb72ef57a576bfed1b6cb4b5a09b554'
|
||||
'SKIP'
|
||||
'bf44929a1c272f585a11baeca05af500')
|
||||
'd42f27f9836dcada5d737a3558c6659b')
|
||||
validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue