mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/libpng to 1.6.15-1
This commit is contained in:
parent
a322c036f4
commit
e34c132c08
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.14
|
||||
_apngver=1.6.14
|
||||
pkgver=1.6.15
|
||||
_apngver=1.6.15
|
||||
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=('aefd9fda2178acab908707737174a0cd'
|
||||
md5sums=('a95cb387c53215b034203b41ec57c7e5'
|
||||
'SKIP'
|
||||
'39f35cde00159c24b5a10258d8f2c5ce')
|
||||
'612524080d5515f4ea81541a9b13bf61')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue