mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libpng to 1.6.9-1
This commit is contained in:
parent
ad9f732a1a
commit
c1c99019ef
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.8
|
||||
_apngver=1.6.8
|
||||
pkgver=1.6.9
|
||||
_apngver=1.6.9
|
||||
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=('51ce71a1642cdde1f4485a7ff82193c0'
|
||||
md5sums=('14e037c5c9f1db16844760285ad5c2d6'
|
||||
'SKIP'
|
||||
'51ce71a1642cdde1f4485a7ff82193c0')
|
||||
'd784762a28f6a6c697a162873807f479')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue