[arch-commits] Commit in libpng/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu Mar 30 19:41:20 UTC 2017


    Date: Thursday, March 30, 2017 @ 19:41:19
  Author: eworm
Revision: 291872

update upstream apng patch

* update upstream apng patch (no functionaly changes, so not rebuilding)
* download from https

Modified:
  libpng/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-30 16:21:17 UTC (rev 291871)
+++ PKGBUILD	2017-03-30 19:41:19 UTC (rev 291872)
@@ -6,7 +6,7 @@
 
 pkgname=libpng
 pkgver=1.6.29
-_apngver=1.6.28
+_apngver=1.6.29
 pkgrel=1
 pkgdesc="A collection of routines used to create PNG format graphics files"
 arch=('i686' 'x86_64')
@@ -14,11 +14,11 @@
 license=('custom')
 depends=('zlib' 'sh')
 validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn Randers-Pehrson (mozilla) <glennrp at 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)
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+        https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
 sha256sums=('4245b684e8fe829ebb76186327bb37ce5a639938b219882b53d64bd3cfc5f239'
             'SKIP'
-            '4b294933e3c875d0e3331d286840b859b8a70dc338f1fefbe803a464c1d9b654')
+            '06f3c9b23f61a5a16310170d10a29d0ba1a9350e23b8ce90ae870333b513285b')
 
 prepare() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list