summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzneix2022-10-21 22:27:59 +0200
committerzneix2022-10-21 22:27:59 +0200
commit2d41e3b8f92dbf24c779a69cd78862e8d898cd3c (patch)
treef05e22cdd8b6b06edd0da9161d6197a4d5f8b1dc /PKGBUILD
parentb3e8889acadecc9f125e5c6576a934dfa4bedb96 (diff)
downloadaur-wg-systray-git.tar.gz
Removed a copy-paste oversight with conflicts()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a16ad8ac4bd..890381cee5a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=wg-systray-git
_pkgname=wg-systray
pkgver=r6.17fc0f2
-pkgrel=1
+pkgrel=2
pkgdesc='System tray icon which helps managing WireGuard interfaces.'
arch=('x86_64')
url='https://github.com/GaZaTu/wg-systray'
@@ -11,7 +11,7 @@ license=('MIT')
depends=('qt5-base' 'wireguard-tools')
makedepends=('cmake' 'git')
provides=('wg-systray')
-conflicts=('x11-emoji-picker')
+conflicts=()
source=('wg-systray::git+https://github.com/GaZaTu/wg-systray')
sha256sums=('SKIP')