mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/libpng to 1.6.13-1
This commit is contained in:
parent
534040e82b
commit
6a89f17540
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.12
|
||||
_apngver=1.6.12
|
||||
pkgver=1.6.13
|
||||
_apngver=1.6.13
|
||||
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=('ee752da8aa75076500e4cf31318e636e'
|
||||
md5sums=('9822c25466f060142359f80ed142c9e5'
|
||||
'SKIP'
|
||||
'f959e8b1cb9876ce946a2701e8aca519')
|
||||
'1ecbf7811d6da8a35ad7d4485df2290a')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue