summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33b1314a2baf..7c805758c234 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v7
-# Sun Oct 25 22:42:15 UTC 2015
+# Thu Oct 29 16:19:59 UTC 2015
pkgbase = pnmixer
pkgdesc = GTK volume mixer applet that runs in the system tray.
pkgver = 0.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nicklan/pnmixer
install = pnmixer.install
arch = i686
arch = x86_64
license = GPL
+ makedepends = intltool
depends = gtk2
depends = alsa-lib
depends = libnotify
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")