Dan Johansen pushed to branch main at Arch Linux / Packaging / Packages /
griffith
Commits:
1b473cee by Dan Johansen at 2025-11-01T16:53:48+01:00
upgpkg: 0.24-2
Add python-tmdbsimple to optional dependencies for TMDB plugin support
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = griffith
pkgdesc = Movie collection manager application
pkgver = 0.24
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/Strit/griffith
arch = any
license = GPL-2.0-or-later
@@ -14,6 +14,7 @@ pkgbase = griffith
depends = gtk3
depends = gdk-pixbuf2
depends = python-sqlalchemy1.4
+ optdepends = python-tmdbsimple: For TMDB plugin support
source =
https://gitlab.com/Strit/griffith/-/archive/0.24/griffith-0.24.tar.gz
sha256sums =
72f02b547c445cbcab41edff80ba8ac41f90a6c880fc31b8645238082e880ab0
=====================================
PKGBUILD
=====================================
@@ -11,7 +11,7 @@
pkgname=griffith
pkgver=0.24
-pkgrel=1
+pkgrel=2
pkgdesc='Movie collection manager application'
arch=('any')
url='https://gitlab.com/Strit/griffith'
@@ -19,6 +19,7 @@ license=('GPL-2.0-or-later')
depends=('gtkspell3' 'python-chardet' 'python-gobject' 'python-pillow'
'python-reportlab'
'python' 'gtk3' 'gdk-pixbuf2'
'python-sqlalchemy1.4') #
https://gitlab.com/Strit/griffith/-/issues/28
+optdepends=('python-tmdbsimple: For TMDB plugin support')
source=("https://gitlab.com/Strit/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('72f02b547c445cbcab41edff80ba8ac41f90a6c880fc31b8645238082e880ab0')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/griffith/-/commit/1b473ceebc9062d51e6c7da840d55a2ce92eb714
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/griffith/-/commit/1b473ceebc9062d51e6c7da840d55a2ce92eb714
You're receiving this email because of your account on gitlab.archlinux.org.