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

Massimiliano Torromeo mtorromeo at gemini.archlinux.org
Wed Sep 22 15:05:14 UTC 2021


    Date: Wednesday, September 22, 2021 @ 15:05:14
  Author: mtorromeo
Revision: 1021609

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-22 15:05:07 UTC (rev 1021608)
+++ PKGBUILD	2021-09-22 15:05:14 UTC (rev 1021609)
@@ -1,26 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: Hannes Graeuler <hgraeule @ uos dot de>
-
-pkgname=pngquant
-pkgver=2.15.1
-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=('24856b28aca47ed78633fa625eb74b85782d62dacc4bca634fcedf2f6e95c4b7')
-
-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 1021608, pngquant/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-22 15:05:14 UTC (rev 1021609)
@@ -0,0 +1,26 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Hannes Graeuler <hgraeule @ uos dot de>
+
+pkgname=pngquant
+pkgver=2.16.0
+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=('6b186b76bc995ee12949a48a1041173459eb8050ef1dceb5f7ba43726327b1ea')
+
+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