Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-kajiki


Commits:
669c1b14 by Jelle van der Waa at 2023-08-09T09:50:24+02:00
Add missing dependency linetable

Fixes FS#78610

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@ pkgbase='python-kajiki'
 _pkgbase="${pkgbase#python-}"
 pkgname=("python-${_pkgbase}")
 pkgver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Python XML-based template engine with Genshi-like syntax and 
Jinja-style blocks'
 arch=('any')
 url='https://github.com/nandoflorestan/kajiki'
 license=('LGPL')
-depends=('python')
+depends=('python' 'python-linetable')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-sphinx' 'python-wheel')
 checkdepends=('python-babel' 'python-pytest')
 
source=("${_pkgbase}-${pkgver}.tar.gz::https://github.com/nandoflorestan/kajiki/archive/v${pkgver}.tar.gz";)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-kajiki/-/commit/669c1b14fe1004e66c40639ab0bc57eaf0571555

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-kajiki/-/commit/669c1b14fe1004e66c40639ab0bc57eaf0571555
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to