mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/libpng to 1.6.30-1
This commit is contained in:
parent
adcd1cf53c
commit
b1c4634b2f
1 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
|||
# - added --enable-arm-neon=no to configure for !aarch64
|
||||
|
||||
pkgname=libpng
|
||||
pkgver=1.6.29
|
||||
_apngver=1.6.28
|
||||
pkgver=1.6.30
|
||||
_apngver=1.6.30
|
||||
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')
|
|||
validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn Randers-Pehrson (mozilla) <glennrp@gmail.com>
|
||||
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
|
||||
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
|
||||
sha256sums=('4245b684e8fe829ebb76186327bb37ce5a639938b219882b53d64bd3cfc5f239'
|
||||
sha256sums=('267c332ffff70cc599d3929207869f698798f1df143aa5f9597b007c14353666'
|
||||
'SKIP'
|
||||
'4b294933e3c875d0e3331d286840b859b8a70dc338f1fefbe803a464c1d9b654')
|
||||
'1a6359b1fa7855ed8afcf11be57725093d29cc7ee921c8e030c59d63c565d91a')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue