summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunker2019-04-07 12:47:59 +0700
committerJunker2019-04-07 12:47:59 +0700
commit07d959aac6c6b2db3fd6b3baea865cda9df94499 (patch)
treec8dbbf3af7ad55d4287243788d5c6d207c5f0621
parentfd8dbf3a7ed32f2bf11af7a6e3bc51ccb5e82808 (diff)
downloadaur-07d959aac6c6b2db3fd6b3baea865cda9df94499.tar.gz
add libpulse dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c8264729a8d..cbfd371e071a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mictray
pkgdesc = Lightweight application which lets you control the microphone state and volume from system tray
pkgver = 0.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Junker/MicTray
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = mictray
makedepends = vala
makedepends = meson
makedepends = ninja
+ makedepends = libpulse
depends = gtk3
depends = libgee
source = https://github.com/Junker/mictray/archive/0.1.3.zip
diff --git a/PKGBUILD b/PKGBUILD
index add0748f80d9..404a325f4a07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=mictray
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight application which lets you control the microphone state and volume from system tray"
url="https://github.com/Junker/MicTray"
arch=('i686' 'x86_64')
license=('GPL-3')
-makedepends=('vala' 'meson' 'ninja')
+makedepends=('vala' 'meson' 'ninja' 'libpulse')
depends=('gtk3' 'libgee')
source=("https://github.com/Junker/${pkgname}/archive/${pkgver}.zip")
md5sums=('69bc49bc29dc00d25886d6b50d12504b')