summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorigo958622023-01-28 17:21:24 +0600
committerigo958622023-01-28 17:21:24 +0600
commit608c2f36a2f5df0af1a9524bdb1c0da8f74fd381 (patch)
tree8593cf6d8ca3d645db3cd4f0d5e8eb125eeef7d1
parentf36fec5002c5483a50c4db1c06b631405320ca71 (diff)
downloadaur-608c2f36a2f5df0af1a9524bdb1c0da8f74fd381.tar.gz
Replace m4 dependency with python-jinja
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD17
2 files changed, 16 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a8c31d0e6a9..26b34e129a99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bubblejail-git
pkgdesc = Bubblewrap based sandboxing utility
- pkgver = r343.67150cf
+ pkgver = r395.9aeadff
pkgrel = 1
url = https://github.com/igo95862/bubblejail
arch = any
license = GPL3+
makedepends = git
makedepends = meson
- makedepends = m4
+ makedepends = python-jinja
makedepends = python-sphinx
depends = python
depends = python-xdg
diff --git a/PKGBUILD b/PKGBUILD
index 56ed5f0df66c..c03b13f9f806 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,30 @@
# Maintainer: igo95862 <address at domain dot tld>
pkgname=bubblejail-git
-pkgver=r343.67150cf
+pkgver=r395.9aeadff
pkgrel=1
pkgdesc="Bubblewrap based sandboxing utility"
arch=('any')
url="https://github.com/igo95862/bubblejail"
license=('GPL3+')
-depends=('python' 'python-xdg' 'bubblewrap' 'python-tomli' 'python-tomli-w' 'xdg-dbus-proxy' 'hicolor-icon-theme' 'python-pyqt5' 'desktop-file-utils' 'libnotify')
+depends=(
+ 'python'
+ 'python-xdg'
+ 'bubblewrap'
+ 'python-tomli'
+ 'python-tomli-w'
+ 'xdg-dbus-proxy'
+ 'hicolor-icon-theme'
+ 'python-pyqt5'
+ 'desktop-file-utils'
+ 'libnotify'
+)
provides=('bubblejail')
conflicts=('bubblejail')
optdepends=(
'bash-completion: completions for bash shell'
'fish: completions for fish shell'
)
-makedepends=('git' 'meson' 'm4' 'python-sphinx')
+makedepends=('git' 'meson' 'python-jinja' 'python-sphinx')
source=("$pkgname"::"git+https://github.com/igo95862/bubblejail")
md5sums=('SKIP')