summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlastavengers2015-11-03 13:19:23 +0800
committerlastavengers2015-11-03 13:19:23 +0800
commit19f2c522abdd18e17725b95f72b6b0a0dcce06b5 (patch)
tree6a900fa983f5fbb81072e4f6f86d6181ac24c9b0
parent4eeb4fb8832b5df50467ab593faa0a55f1e1a6ca (diff)
downloadaur-19f2c522abdd18e17725b95f72b6b0a0dcce06b5.tar.gz
add conflicts & change pkgdesc
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b78b4b9219d3..34bbe194f875 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Yuexuan Gu <lastavengers@outlook.com>
pkgname=pnmixer-gtk3
pkgver=0.6.1
-pkgrel=1
-pkgdesc="GTK volume mixer applet that runs in the system tray."
+pkgrel=2
+pkgdesc="a simple mixer application designed to run in your system tray."
arch=('i686' 'x86_64')
license=('GPL')
url="https://github.com/nicklan/pnmixer"
depends=('gtk3' 'alsa-lib' 'libx11' 'libnotify')
makedepends=('intltool')
-conflicts=('pnmixer-git' 'pnmixer-gtk2')
+conflicts=('pnmixer-git' 'pnmixer-gtk2' 'pnmixer')
source=(https://github.com/nicklan/pnmixer/archive/v${pkgver}.tar.gz)
sha512sums=('6980e54e1894e7ba9a54b3a7b794cebd065093682b0cd6b50f99b4fd2059ef966fd755a034e0055eec9c4ff9fec8215dd1f8c7e7cc2364c5e20f90f0c174f6a7')