summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunker2019-03-06 17:18:49 +0700
committerJunker2019-03-06 17:18:49 +0700
commit902329f8ee58cbe8e65cf913c6e13d1ad351b7ab (patch)
tree1a8c4483b451da424268156c78d6f0d06696287b
parentcfdb782cc3c65a3f32f0a8ecacae8c3f007989c8 (diff)
downloadaur-902329f8ee58cbe8e65cf913c6e13d1ad351b7ab.tar.gz
update to 0.1.2 version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7a67d997389..e1139aa6a896 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.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/Junker/MicTray
arch = i686
@@ -11,8 +11,8 @@ pkgbase = mictray
makedepends = ninja
depends = gtk3
depends = libgee
- source = https://github.com/Junker/mictray/archive/0.1.1.zip
- md5sums = f0bbb033bad26069017fcb1208c186bc
+ source = https://github.com/Junker/mictray/archive/0.1.2.zip
+ md5sums = 84ec5e2f9ca4179c2150e091e2dfe96a
pkgname = mictray
diff --git a/PKGBUILD b/PKGBUILD
index 5edd064a27af..2d9526e8a9b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mictray
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="Lightweight application which lets you control the microphone state and volume from system tray"
url="https://github.com/Junker/MicTray"
@@ -8,7 +8,7 @@ license=('GPL-3')
makedepends=('vala' 'meson' 'ninja')
depends=('gtk3' 'libgee')
source=("https://github.com/Junker/${pkgname}/archive/${pkgver}.zip")
-md5sums=('f0bbb033bad26069017fcb1208c186bc')
+md5sums=('84ec5e2f9ca4179c2150e091e2dfe96a')
build() {
cd $srcdir/${pkgname}-$pkgver