mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/libpng to 1.6.20-1
This commit is contained in:
parent
c2bef86f52
commit
b333092bb9
1 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
|||
# - added --enable-arm-neon=no to configure
|
||||
|
||||
pkgname=libpng
|
||||
pkgver=1.6.19
|
||||
_apngver=1.6.19
|
||||
pkgver=1.6.20
|
||||
_apngver=1.6.20
|
||||
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=('1e6a458429e850fc93c1f3b6dc00a48f'
|
||||
md5sums=('3968acb7c66ef81a9dab867f35d0eb4b'
|
||||
'SKIP'
|
||||
'b215830867151242fb4ef9d246f050c4')
|
||||
'b2186d5e7853890e25b34b03c7f2ddde')
|
||||
validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue