summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorigo958622023-01-30 11:42:50 +0600
committerigo958622023-01-30 11:42:50 +0600
commit19e3ce03e765b682a3a5fbc243b13ed1275cf56a (patch)
tree72ab18f8948389706acce01c4e76a673d8b50c3d /PKGBUILD
parent608c2f36a2f5df0af1a9524bdb1c0da8f74fd381 (diff)
downloadaur-19e3ce03e765b682a3a5fbc243b13ed1275cf56a.tar.gz
Replace sphinx with scdoc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c03b13f9f806..3031c19eafc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: igo95862 <address at domain dot tld>
pkgname=bubblejail-git
-pkgver=r395.9aeadff
+pkgver=r400.9fa986f
pkgrel=1
pkgdesc="Bubblewrap based sandboxing utility"
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
'bash-completion: completions for bash shell'
'fish: completions for fish shell'
)
-makedepends=('git' 'meson' 'python-jinja' 'python-sphinx')
+makedepends=('git' 'meson' 'python-jinja' 'scdoc')
source=("$pkgname"::"git+https://github.com/igo95862/bubblejail")
md5sums=('SKIP')