[arch-commits] Commit in pngquant/repos/community-x86_64 (PKGBUILD PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Thu Jan 2 09:27:29 UTC 2020


    Date: Thursday, January 2, 2020 @ 09:27:28
  Author: mtorromeo
Revision: 546028

archrelease: copy trunk to community-x86_64

Added:
  pngquant/repos/community-x86_64/PKGBUILD
    (from rev 546027, pngquant/trunk/PKGBUILD)
Deleted:
  pngquant/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-02 09:27:16 UTC (rev 546027)
+++ PKGBUILD	2020-01-02 09:27:28 UTC (rev 546028)
@@ -1,26 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: Hannes Graeuler <hgraeule @ uos dot de>
-
-pkgname=pngquant
-pkgver=2.12.5
-pkgrel=1
-pkgdesc="Command-line utility to quantize PNGs down to 8-bit paletted PNGs"
-arch=('x86_64')
-url="https://pngquant.org/"
-license=('BSD')
-depends=('libpng' 'lcms2' 'libimagequant')
-source=("https://github.com/kornelski/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('9d2c5197b21c42931623fb3e6064b91c133bfb52c84428ee1bf9b84712c9b83c')
-
-build() {
-    cd "$srcdir/$pkgname-$pkgver"
-    ./configure --prefix=/usr --with-openmp --with-libimagequant=/usr/lib
-    make
-}
-
-package() {
-    cd "$srcdir/$pkgname-$pkgver"
-    install -dm755 "$pkgdir/usr/bin"
-    make DESTDIR="$pkgdir" PREFIX=/usr install
-    install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: pngquant/repos/community-x86_64/PKGBUILD (from rev 546027, pngquant/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-02 09:27:28 UTC (rev 546028)
@@ -0,0 +1,26 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Hannes Graeuler <hgraeule @ uos dot de>
+
+pkgname=pngquant
+pkgver=2.12.6
+pkgrel=1
+pkgdesc="Command-line utility to quantize PNGs down to 8-bit paletted PNGs"
+arch=('x86_64')
+url="https://pngquant.org/"
+license=('BSD')
+depends=('libpng' 'lcms2' 'libimagequant')
+source=("https://github.com/kornelski/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('f1c9608668100fa2dd07b3158679b75c33a6854b044b21442d6762d52ed10718')
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+    ./configure --prefix=/usr --with-openmp --with-libimagequant=/usr/lib
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    install -dm755 "$pkgdir/usr/bin"
+    make DESTDIR="$pkgdir" PREFIX=/usr install
+    install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list