[arch-commits] Commit in optipng/trunk (PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Sun Dec 31 10:53:08 UTC 2017
Date: Sunday, December 31, 2017 @ 10:53:07
Author: lfleischer
Revision: 277529
upgpkg: optipng 0.7.7-1
Upstream update.
Modified:
optipng/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-31 10:40:58 UTC (rev 277528)
+++ PKGBUILD 2017-12-31 10:53:07 UTC (rev 277529)
@@ -1,11 +1,10 @@
-# $Id$
# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
# Contributor: Aaron Schaefer <aaron at elasticdog.com>
pkgname=optipng
-pkgver=0.7.6
-pkgrel=2
+pkgver=0.7.7
+pkgrel=1
pkgdesc='Compresses PNG files to a smaller size, without losing any information.'
arch=('x86_64')
url='http://optipng.sourceforge.net/'
@@ -12,7 +11,7 @@
license=('ZLIB')
depends=('glibc' 'libpng' 'zlib')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('568e0738358450eca69ecf578d48f26c')
+md5sums=('211101965baf42fd24a2aa990b7e842e')
build() {
cd "$srcdir/$pkgname-$pkgver"
More information about the arch-commits
mailing list