Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
griffith
Commits:
6d88cb9d by Jelle van der Waa at 2024-07-13T14:43:58+02:00
Rebuild to use python-sqlalchemy1.4
Griffith is not compatible with 2.0.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = griffith
pkgdesc = Movie collection manager application
pkgver = 0.22
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/Strit/griffith
arch = any
license = GPL2
@@ -10,7 +10,7 @@ pkgbase = griffith
depends = python-gobject
depends = python-pillow
depends = python-reportlab
- depends = python-sqlalchemy
+ depends = python-sqlalchemy1.4
source =
https://gitlab.com/Strit/griffith/-/archive/0.22/griffith-0.22.tar.gz
sha256sums =
743665b99bea34db4d48f2313fa5e5220de7d5c1693026a92a8858c20c8100fa
=====================================
PKGBUILD
=====================================
@@ -11,13 +11,13 @@
pkgname=griffith
pkgver=0.22
-pkgrel=1
+pkgrel=2
pkgdesc='Movie collection manager application'
arch=('any')
url='https://gitlab.com/Strit/griffith'
license=('GPL2')
depends=('gtkspell3' 'python-chardet' 'python-gobject' 'python-pillow'
'python-reportlab'
- 'python-sqlalchemy')
+ 'python-sqlalchemy1.4') #
https://gitlab.com/Strit/griffith/-/issues/28
source=("https://gitlab.com/Strit/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('743665b99bea34db4d48f2313fa5e5220de7d5c1693026a92a8858c20c8100fa')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/griffith/-/commit/6d88cb9da6cdd97e153c6685e100257ff342ba89
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/griffith/-/commit/6d88cb9da6cdd97e153c6685e100257ff342ba89
You're receiving this email because of your account on gitlab.archlinux.org.