summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2015-10-29 10:20:15 -0600
committerBrian Bidulock2015-10-29 10:20:15 -0600
commit175470cb9323ae76b00de6108b2a32c4d023ffea (patch)
tree68a1388fd50573fad7f64171d9be7dc923831f49 /PKGBUILD
parente94d28b56c0034fc392bf8a717c05389c31ace39 (diff)
downloadaur-175470cb9323ae76b00de6108b2a32c4d023ffea.tar.gz
version 0.6.1-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97315b2e5d86..a2a7e99375e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=pnmixer
pkgver=0.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="GTK volume mixer applet that runs in the system tray."
arch=('i686' 'x86_64')
license=('GPL')
url="https://github.com/nicklan/pnmixer"
+makedepends=('intltool')
depends=('gtk2' 'alsa-lib' 'libnotify')
install="${pkgname}.install"
source=("https://github.com/nicklan/pnmixer/releases/download/v0.6/pnmixer-${pkgver}.tar.gz")