mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/libpng to 1.6.8-1
This commit is contained in:
parent
281419a22e
commit
7efd701915
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.7
|
||||
_apngver=1.6.7
|
||||
pkgver=1.6.8
|
||||
_apngver=1.6.8
|
||||
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=('7023a9eacd7b6a3eb95761a2f574d456'
|
||||
md5sums=('51ce71a1642cdde1f4485a7ff82193c0'
|
||||
'SKIP'
|
||||
'aad92ea0cc3e29415b90c78f1d267799')
|
||||
'51ce71a1642cdde1f4485a7ff82193c0')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue