mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/libpng to 1.6.14-1
This commit is contained in:
parent
492cbdeb1e
commit
3df8845b6b
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.13
|
||||
_apngver=1.6.13
|
||||
pkgver=1.6.14
|
||||
_apngver=1.6.14
|
||||
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=('9822c25466f060142359f80ed142c9e5'
|
||||
md5sums=('aefd9fda2178acab908707737174a0cd'
|
||||
'SKIP'
|
||||
'1ecbf7811d6da8a35ad7d4485df2290a')
|
||||
'39f35cde00159c24b5a10258d8f2c5ce')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue