mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 03:17:15 +08:00
optipng: update to 0.7.6
This commit is contained in:
parent
c6472f5a17
commit
57eb64607f
@ -1,18 +1,13 @@
|
|||||||
# Maintainer: Jeff Huang <s8321414[at]gmail[dot]com>
|
|
||||||
# Original maintainer on CCR: george <rpubaddr0 {at} gmail [dot] com>
|
|
||||||
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
|
|
||||||
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
|
|
||||||
|
|
||||||
pkgname=optipng
|
pkgname=optipng
|
||||||
pkgver=0.7.5
|
pkgver=0.7.6
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='A PNG optimizer that losslessly recompresses image files.'
|
pkgdesc='A PNG optimizer that losslessly recompresses image files.'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='http://optipng.sourceforge.net/'
|
url='http://optipng.sourceforge.net/'
|
||||||
license=('ZLIB')
|
license=('ZLIB')
|
||||||
depends=('glibc')
|
depends=('glibc')
|
||||||
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
||||||
sha256sums=('74e54b798b012dff8993fb8d90185ca83f18cfa4935f4a93b0bcfc33c849619d')
|
sha256sums=('4870631fcbd3825605f00a168b8debf44ea1cda8ef98a73e5411eee97199be80')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
Loading…
Reference in New Issue
Block a user