summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorigo958622022-05-09 16:44:14 +0300
committerigo958622022-05-09 16:44:14 +0300
commitf36fec5002c5483a50c4db1c06b631405320ca71 (patch)
tree02015e0bada0f1b89b18b5a92f14ad9d71fe781b
parent7517ecf7c9d15e636c41dc5a1e0bdfc13f4c00dc (diff)
downloadaur-f36fec5002c5483a50c4db1c06b631405320ca71.tar.gz
Add libnotify as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c15bd1fada2..6a8c31d0e6a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bubblejail-git
pkgdesc = Bubblewrap based sandboxing utility
- pkgver = r339.2723b8a
+ pkgver = r343.67150cf
pkgrel = 1
url = https://github.com/igo95862/bubblejail
arch = any
@@ -18,6 +18,7 @@ pkgbase = bubblejail-git
depends = hicolor-icon-theme
depends = python-pyqt5
depends = desktop-file-utils
+ depends = libnotify
optdepends = bash-completion: completions for bash shell
optdepends = fish: completions for fish shell
provides = bubblejail
diff --git a/PKGBUILD b/PKGBUILD
index 56f5945886fb..56ed5f0df66c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: igo95862 <address at domain dot tld>
pkgname=bubblejail-git
-pkgver=r339.2723b8a
+pkgver=r343.67150cf
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')
+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=(