mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/libpng to 1.6.16-1
This commit is contained in:
parent
6c60d85651
commit
8c9f857572
1 changed files with 5 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
|||
# - added --enable-arm-neon=no to configure
|
||||
|
||||
pkgname=libpng
|
||||
pkgver=1.6.15
|
||||
_apngver=1.6.15
|
||||
pkgver=1.6.16
|
||||
_apngver=1.6.16
|
||||
pkgrel=1
|
||||
pkgdesc="A collection of routines used to create PNG format graphics files"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -19,9 +19,10 @@ 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=('a95cb387c53215b034203b41ec57c7e5'
|
||||
md5sums=('23b7286b5d4a86de950fd2ffc5cac742'
|
||||
'SKIP'
|
||||
'612524080d5515f4ea81541a9b13bf61')
|
||||
'52de72a29e5d0428a0e527be74b99c24')
|
||||
validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue