Dan Johansen pushed to branch main at Arch Linux / Packaging / Packages / griffith
Commits: 6a840e22 by Dan Johansen at 2025-06-13T18:07:47+02:00 update to dependencies and SPDX license Signed-off-by: Dan Johansen <[email protected]> - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -4,12 +4,15 @@ pkgbase = griffith pkgrel = 1 url = https://gitlab.com/Strit/griffith arch = any - license = GPL2 + license = GPL-2.0-or-later depends = gtkspell3 depends = python-chardet depends = python-gobject depends = python-pillow depends = python-reportlab + depends = python + depends = gtk3 + depends = gdk-pixbuf2 depends = python-sqlalchemy1.4 source = https://gitlab.com/Strit/griffith/-/archive/0.23/griffith-0.23.tar.gz sha256sums = 9fc120c4e1540689d0322c2f29e60f71684800904cebe7d0d2217a45972301cb ===================================== PKGBUILD ===================================== @@ -1,5 +1,5 @@ # Maintainer: Balló György <ballogyor+arch at gmail dot com> -# Contributor: Strit <danjohansen at strits dot dk> +# Maintainer: Dan Johansen <strit at archlinux dot org> # Contributor: ValHue <vhuelamo at gmail dot com> # Contributor: Jaroslav Lichtblau <dragonlord at aur dot archlinux dot org> # Contributor: Daniel J Griffiths <ghost1227 at archlinux dot us> @@ -15,8 +15,9 @@ pkgrel=1 pkgdesc='Movie collection manager application' arch=('any') url='https://gitlab.com/Strit/griffith' -license=('GPL2') +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 source=("https://gitlab.com/Strit/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz") sha256sums=('9fc120c4e1540689d0322c2f29e60f71684800904cebe7d0d2217a45972301cb') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/griffith/-/commit/6a840e221bc7a6b43b664a94dd1e20b04255c02e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/griffith/-/commit/6a840e221bc7a6b43b664a94dd1e20b04255c02e You're receiving this email because of your account on gitlab.archlinux.org.
