summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkalle2020-11-24 17:54:12 +0100
committerkalle2020-11-24 17:54:12 +0100
commit2fc5b1db822fcb2b6ecd98c2d53cd5757486df8c (patch)
tree9d789165d2ce3f021d3827c206a083e20d7db7e6 /PKGBUILD
parentca70c178d4d87a5b09cdeefd39a72435b5649dbe (diff)
downloadaur-2fc5b1db822fcb2b6ecd98c2d53cd5757486df8c.tar.gz
Add package conflict
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1b737cb22a9..57093744d99f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Kalle Lindqvist <kalle.lindqvist@mykolab.com>
pkgname=gnome-shell-extension-sound-output-device-chooser
pkgver=32
-pkgrel=1
+pkgrel=2
pkgdesc="Sound Input & Output Device Chooser."
arch=('any')
url="https://github.com/kgshank/gse-sound-output-device-chooser"
license=('GPL')
+conflicts=('gnome-shell-extension-sound-output-device-chooser-git')
depends=('gnome-shell')
optdepends=('python: for new profile identification')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kgshank/gse-sound-output-device-chooser/archive/${pkgver}.tar.gz")