diff options
author | igo95862 | 2020-10-07 16:30:42 +0300 |
---|---|---|
committer | igo95862 | 2020-10-07 16:30:42 +0300 |
commit | 8aaf07364a14cad542fe30557c7684f0ebcec558 (patch) | |
tree | 6bc5d902f4614cefba35cec84f5b9486919e9782 /PKGBUILD | |
parent | 80d7397f5c357eeec0d7a1cd84760fbf2a737c08 (diff) | |
download | aur-8aaf07364a14cad542fe30557c7684f0ebcec558.tar.gz |
Added conflicts key
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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') |