summarylogtreecommitdiffstats
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
parent6862f5ca9ce4e96cda01ff3099ecf5c04b992116 (diff)
downloadaur-9351d750e3e664081710e13a25dabcb8de5acaa6.tar.gz
Add conflict with pamixer
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f1f45fc7674..dcac6071fbe4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pamixer-git
pkgdesc = Pulseaudio command-line mixer like amixer
pkgver = 20191030
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cdemoulins/pamixer
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = pamixer-git
makedepends = boost
depends = libpulse
depends = boost-libs
+ conflicts = pamixer
source = git+https://github.com/cdemoulins/pamixer.git
md5sums = SKIP
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')