- commit
- 0ea916a0e789ddcce8393985d87f8421198b7d28
- parent
- 583a242e8a1ce0d063edabc4311ed51540fa3535
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2021-09-07 03:56
update debian deps for bullseye
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-27' 'libcmark0' 'python3' 'git')-1 4 depends=('libc6' 'libgit2-1.1' 'libcmark0.29.0' 'python3' 'git') 5 5 optdepends=('git-daemon-sysvinit') 6 6 license='MIT' 7 7