Dan Johansen pushed to branch main at Arch Linux / Packaging / Packages / 
griffith


Commits:
720fd4e8 by Dan Johansen at 2025-11-21T19:58:15+01:00
upgpkg: 0.25-1
sqlalchemy migration from 1.4 to 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = griffith
        pkgdesc = Movie collection manager application
-       pkgver = 0.24
-       pkgrel = 2
+       pkgver = 0.25
+       pkgrel = 1
        url = https://gitlab.com/Strit/griffith
        arch = any
        license = GPL-2.0-or-later
@@ -13,9 +13,9 @@ pkgbase = griffith
        depends = python
        depends = gtk3
        depends = gdk-pixbuf2
-       depends = python-sqlalchemy1.4
+       depends = python-sqlalchemy
        optdepends = python-tmdbsimple: For TMDB plugin support
-       source = 
https://gitlab.com/Strit/griffith/-/archive/0.24/griffith-0.24.tar.gz
-       sha256sums = 
72f02b547c445cbcab41edff80ba8ac41f90a6c880fc31b8645238082e880ab0
+       source = 
https://gitlab.com/Strit/griffith/-/archive/0.25/griffith-0.25.tar.gz
+       sha256sums = 
c7558e760727df195d75273737b539d9b0a9ef556ef7a6ab605cdb7e508ebcec
 
 pkgname = griffith


=====================================
PKGBUILD
=====================================
@@ -10,18 +10,26 @@
 # Contributor: John Cheetham <https://gitlab.com/johncheetham>
 
 pkgname=griffith
-pkgver=0.24
-pkgrel=2
+pkgver=0.25
+pkgrel=1
 pkgdesc='Movie collection manager application'
 arch=('any')
 url='https://gitlab.com/Strit/griffith'
 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
+depends=(
+        'gtkspell3'
+        'python-chardet'
+        'python-gobject'
+        'python-pillow'
+        'python-reportlab'
+        'python'
+        'gtk3'
+        'gdk-pixbuf2'
+        'python-sqlalchemy'
+)
 optdepends=('python-tmdbsimple: For TMDB plugin support')
 
source=("https://gitlab.com/Strit/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('72f02b547c445cbcab41edff80ba8ac41f90a6c880fc31b8645238082e880ab0')
+sha256sums=('c7558e760727df195d75273737b539d9b0a9ef556ef7a6ab605cdb7e508ebcec')
 
 package() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/griffith/-/commit/720fd4e83558d7da797b14aa367c066b84ce8f1f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/griffith/-/commit/720fd4e83558d7da797b14aa367c066b84ce8f1f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to