summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClément Démoulins2020-12-10 14:19:31 +0100
committerClément Démoulins2020-12-10 14:19:31 +0100
commit9351d750e3e664081710e13a25dabcb8de5acaa6 (patch)
tree7728e7a0ebb9c39b23695ae011e6423ddf4124b3 /PKGBUILD
parent6862f5ca9ce4e96cda01ff3099ecf5c04b992116 (diff)
downloadaur-9351d750e3e664081710e13a25dabcb8de5acaa6.tar.gz
Add conflict with pamixer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7441ac8cf44..8ad49877e553 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=pamixer-git
_realname=pamixer
pkgver=20191030
-pkgrel=1
+pkgrel=2
pkgdesc="Pulseaudio command-line mixer like amixer"
arch=('i686' 'x86_64')
url="https://github.com/cdemoulins/pamixer"
license=('GPL3')
depends=('libpulse' 'boost-libs')
makedepends=('git' 'boost')
+conflicts=('pamixer')
source=(git+https://github.com/cdemoulins/pamixer.git)
md5sums=('SKIP')