summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunker2019-11-17 18:40:56 +0700
committerJunker2019-11-17 18:40:56 +0700
commitcec66794adee42748954b222bfcb2c87630a5b26 (patch)
treefef0db834e0656ebbc9ae522b7aa6e511c687c51
parentc6516674c0a53cdeb3ac9e232dcf1047c2b3a731 (diff)
downloadaur-cec66794adee42748954b222bfcb2c87630a5b26.tar.gz
update to ver 0.2.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2308fdd84d85..ef4798f3c8a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mictray
pkgdesc = Lightweight application which lets you control the microphone state and volume from system tray
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/Junker/MicTray
arch = i686
@@ -10,10 +10,11 @@ pkgbase = mictray
makedepends = meson
makedepends = ninja
makedepends = libpulse
+ makedepends = libnotify
depends = gtk3
depends = libgee
- source = https://github.com/Junker/mictray/archive/0.2.0.zip
- md5sums = c7b0c51e56098711bdd6a3327fc95ea4
+ source = https://github.com/Junker/mictray/archive/0.2.1.zip
+ md5sums = 67a135be3502f74fce898280737ab14f
pkgname = mictray
diff --git a/PKGBUILD b/PKGBUILD
index 3369f65a4c84..b207d4600971 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=mictray
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
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' 'libpulse')
+makedepends=('vala' 'meson' 'ninja' 'libpulse' 'libnotify')
depends=('gtk3' 'libgee')
source=("https://github.com/Junker/${pkgname}/archive/${pkgver}.zip")
-md5sums=('c7b0c51e56098711bdd6a3327fc95ea4')
+md5sums=('67a135be3502f74fce898280737ab14f')
build() {
cd $srcdir/${pkgname}-$pkgver