summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunker2019-04-07 12:36:17 +0700
committerJunker2019-04-07 12:36:17 +0700
commitfd8dbf3a7ed32f2bf11af7a6e3bc51ccb5e82808 (patch)
tree9208c1463c71a3a01bb8bf260e2f60f6c6c8afed
parent902329f8ee58cbe8e65cf913c6e13d1ad351b7ab (diff)
downloadaur-fd8dbf3a7ed32f2bf11af7a6e3bc51ccb5e82808.tar.gz
0.1.3 version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1139aa6a896..8c8264729a8d 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.2
+ pkgver = 0.1.3
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.2.zip
- md5sums = 84ec5e2f9ca4179c2150e091e2dfe96a
+ source = https://github.com/Junker/mictray/archive/0.1.3.zip
+ md5sums = 69bc49bc29dc00d25886d6b50d12504b
pkgname = mictray
diff --git a/PKGBUILD b/PKGBUILD
index 2d9526e8a9b1..add0748f80d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mictray
-pkgver=0.1.2
+pkgver=0.1.3
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=('84ec5e2f9ca4179c2150e091e2dfe96a')
+md5sums=('69bc49bc29dc00d25886d6b50d12504b')
build() {
cd $srcdir/${pkgname}-$pkgver