git » ffmpegthumbnailer.git » commit 8c7fdae

upgpkg: 2.2.3-2: libjpeg -> libjpeg-turbo, fix license

author Campbell Jones
2024-09-22 21:46:01 UTC
committer Campbell Jones
2024-09-22 21:46:01 UTC
parent dc25c299dc2470841cc6f7ccb67bce8d9d5ce000

upgpkg: 2.2.3-2: libjpeg -> libjpeg-turbo, fix license

.SRCINFO +3 -3
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
index 72f594b..f3c56bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
 pkgbase = ffmpegthumbnailer
 	pkgdesc = Lightweight video thumbnailer that can be used by file managers
 	pkgver = 2.2.3
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/dirkvdb/ffmpegthumbnailer
 	arch = x86_64
-	license = GPL2
+	license = GPL-2.0-or-later
 	makedepends = cmake
 	depends = ffmpeg
-	depends = libjpeg
+	depends = libjpeg-turbo
 	depends = libpng
 	optdepends = gvfs: support for gio uris
 	source = https://github.com/dirkvdb/ffmpegthumbnailer/archive/2.2.3/ffmpegthumbnailer-2.2.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 62308a8..cc45255 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 
 pkgname=ffmpegthumbnailer
 pkgver=2.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight video thumbnailer that can be used by file managers"
 url="https://github.com/dirkvdb/ffmpegthumbnailer"
-license=('GPL2')
+license=('GPL-2.0-or-later')
 arch=('x86_64')
-depends=('ffmpeg' 'libjpeg' 'libpng')
+depends=('ffmpeg' 'libjpeg-turbo' 'libpng')
 makedepends=('cmake')
 optdepends=('gvfs: support for gio uris')
 source=(https://github.com/dirkvdb/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)