mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libpng to 1.6.12-1
This commit is contained in:
parent
f5f5107b9c
commit
9516207292
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.10
|
||||
_apngver=1.6.10
|
||||
pkgver=1.6.12
|
||||
_apngver=1.6.12
|
||||
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=('5f414b20f683b1d96b163c89e3eff768'
|
||||
md5sums=('ee752da8aa75076500e4cf31318e636e'
|
||||
'SKIP'
|
||||
'3404257f66d4a118b26ccc3fc4788810')
|
||||
'f959e8b1cb9876ce946a2701e8aca519')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue