Skip to content
Snippets Groups Projects
Verified Commit 140a3231 authored by David Runge's avatar David Runge :chipmunk:
Browse files

upgpkg: 3.0.2-2

Remove Zlib from license array.
According to upstream Zlib does not apply.
parent bb558a80
No related branches found
No related tags found
No related merge requests found
pkgbase = lib32-libjpeg-turbo
pkgdesc = JPEG image codec with accelerated baseline compression and decompression
pkgver = 3.0.2
pkgrel = 1
pkgrel = 2
url = https://libjpeg-turbo.org/
arch = x86_64
license = BSD-3-Clause
license = IJG
license = Zlib
makedepends = cmake
makedepends = ninja
makedepends = nasm
......
......@@ -6,7 +6,7 @@
_name=libjpeg-turbo
pkgname=lib32-$_name
pkgver=3.0.2
pkgrel=1
pkgrel=2
pkgdesc="JPEG image codec with accelerated baseline compression and decompression"
url="https://libjpeg-turbo.org/"
_url="https://github.com/libjpeg-turbo/libjpeg-turbo/"
......@@ -14,7 +14,6 @@ arch=(x86_64)
license=(
BSD-3-Clause
IJG
Zlib
)
depends=(
lib32-glibc
......@@ -71,6 +70,5 @@ package() {
# remove everything that is provided by libjpeg-turbo
rm -r "$pkgdir"/usr/{include,share,bin}
# Zlib license file is missing: https://github.com/libjpeg-turbo/libjpeg-turbo/issues/744
install -vDm 644 $_name-$pkgver/{LICENSE.md,README.ijg} -t "$pkgdir/usr/share/licenses/$pkgname/"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment