summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorigo958622020-10-07 16:30:42 +0300
committerigo958622020-10-07 16:30:42 +0300
commit8aaf07364a14cad542fe30557c7684f0ebcec558 (patch)
tree6bc5d902f4614cefba35cec84f5b9486919e9782 /PKGBUILD
parent80d7397f5c357eeec0d7a1cd84760fbf2a737c08 (diff)
downloadaur-8aaf07364a14cad542fe30557c7684f0ebcec558.tar.gz
Added conflicts key
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20b9bcd95909..049aab523a66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,9 @@ arch=('any')
url="https://github.com/igo95862/bubblejail"
license=('GPL3+')
depends=('python' 'python-xdg' 'bubblewrap' 'python-toml' 'xdg-dbus-proxy' 'hicolor-icon-theme')
-makedepends=('git' 'meson')
provides=('bubblejail')
+conflicts=('bubblejail')
+makedepends=('git' 'meson')
source=("$pkgname"::"git+https://github.com/igo95862/bubblejail")
md5sums=('SKIP')