summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhepark2019-07-17 11:34:58 +0800
committerSainnhepark2019-07-17 11:34:58 +0800
commitd98a400271f7e79c039e485017f66b984886fb83 (patch)
tree09b5bd921fa898e06cd8a771d42180074ad43225
parentff8b11e117a67d213109e994d89ead98406facd6 (diff)
downloadaur-d98a400271f7e79c039e485017f66b984886fb83.tar.gz
add conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2e9b0054f1f..1ffb0f91fc7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,8 @@ pkgbase = budgie-pixel-saver-applet-ubuntubudgie-git
depends = libpeas
depends = libwnck3
depends = xorg-xprop
+ conflicts = budgie-pixel-saver-applet
+ conflicts = budgie-pixel-saver-applet-git
source = git+https://github.com/UbuntuBudgie/budgie-pixel-saver-applet
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5ee5826ff178..845f23f81cd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('i686' 'x86_64')
license=('GPL2')
depends=('budgie-desktop' 'gnome-settings-daemon' 'libpeas' 'libwnck3' 'xorg-xprop')
makedepends=('gobject-introspection' 'meson' 'ninja' 'vala')
+conflicts=('budgie-pixel-saver-applet' 'budgie-pixel-saver-applet-git')
install=budgie-pixel-saver-applet.install
source=("git+${url}")