stagit

static git page generator  https://git.ce9e.org
git clone https://git.ce9e.org/stagit.git

commit
f21a3d4b5f067aa57933014b202d7c2cbce73165
parent
ea38fedc774e70218c617cc6136a2017b3ad19fa
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-08-07 19:08
PKGBUILD: update dependency versions to debian bookworm

Diffstat

M PKGBUILD 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/PKGBUILD b/PKGBUILD

@@ -1,7 +1,7 @@
    1     1 pkgname='stagit'
    2     2 pkgdesc='static git page generator'
    3     3 arch=('amd64')
    4    -1 depends=('libc6' 'libgit2-1.1' 'libcmark0.29.0' 'python3' 'git')
   -1     4 depends=('libc6' 'libgit2-1.5' 'libcmark0.30.2' 'python3' 'git')
    5     5 optdepends=('git-daemon-sysvinit')
    6     6 license='MIT'
    7     7