Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / libimagequant


Commits:
fd624c5e by Massimiliano Torromeo at 2024-02-25T10:56:12+01:00
upgpkg: 4.3.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = libimagequant
        pkgdesc = Library for high-quality conversion of RGBA images to 8-bit 
indexed-color (palette) images
-       pkgver = 4.2.2
-       pkgrel = 2
+       pkgver = 4.3.0
+       pkgrel = 1
        url = https://pngquant.org/lib/
        arch = x86_64
        license = BSD
        makedepends = cargo
        makedepends = cargo-c
        depends = gcc-libs
-       source = 
https://github.com/ImageOptim/libimagequant/archive/4.2.2/libimagequant-4.2.2.tar.gz
-       sha256sums = 
ff1a34d3df9a1a5e5c1fa3895c036a885dc7b9740d7fccdf57e9ed678b8fb3a3
+       source = 
https://github.com/ImageOptim/libimagequant/archive/4.3.0/libimagequant-4.3.0.tar.gz
+       sha256sums = 
7f590ed400def273381ac066f46b9f9e8b3e0b1985a5b7e82ca7a65541a6681b
 
 pkgname = libimagequant


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
 
 pkgname=libimagequant
-pkgver=4.2.2
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc="Library for high-quality conversion of RGBA images to 8-bit 
indexed-color (palette) images"
 arch=('x86_64')
 url="https://pngquant.org/lib/";
@@ -10,7 +10,7 @@ license=('BSD')
 depends=('gcc-libs')
 makedepends=('cargo' 'cargo-c')
 
source=("https://github.com/ImageOptim/libimagequant/archive/$pkgver/libimagequant-$pkgver.tar.gz";)
-sha256sums=('ff1a34d3df9a1a5e5c1fa3895c036a885dc7b9740d7fccdf57e9ed678b8fb3a3')
+sha256sums=('7f590ed400def273381ac066f46b9f9e8b3e0b1985a5b7e82ca7a65541a6681b')
 
 build() {
     cd "$srcdir/$pkgname-$pkgver/imagequant-sys"
@@ -26,7 +26,4 @@ package() {
     cd "$srcdir/$pkgname-$pkgver/imagequant-sys"
     cargo cinstall --destdir="$pkgdir" --prefix=/usr --release
     install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-    cd "$pkgdir"/usr/lib
-    ln -s libimagequant.so.0.0.* libimagequant.so.0.0
-    ln -s libimagequant.so.0.0 libimagequant.so.0
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libimagequant/-/commit/fd624c5ec1a719aafa717bd0c91428591e71ba79

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libimagequant/-/commit/fd624c5ec1a719aafa717bd0c91428591e71ba79
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to