summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunker2019-11-17 18:29:09 +0700
committerJunker2019-11-17 18:29:09 +0700
commitc6516674c0a53cdeb3ac9e232dcf1047c2b3a731 (patch)
tree73c6b9aaccdd8a05bfdd1b20134c20b31bacfaf1
parent18143caddd7fb23ec390fc977c392e683ff2afa4 (diff)
downloadaur-c6516674c0a53cdeb3ac9e232dcf1047c2b3a731.tar.gz
update to ver 0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2c97c318335..2308fdd84d85 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.6
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/Junker/MicTray
arch = i686
@@ -12,8 +12,8 @@ pkgbase = mictray
makedepends = libpulse
depends = gtk3
depends = libgee
- source = https://github.com/Junker/mictray/archive/0.1.6.zip
- md5sums = 0c571366ba1e222cd81353c38ffe178a
+ source = https://github.com/Junker/mictray/archive/0.2.0.zip
+ md5sums = c7b0c51e56098711bdd6a3327fc95ea4
pkgname = mictray
diff --git a/PKGBUILD b/PKGBUILD
index eec5fa083d91..3369f65a4c84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mictray
-pkgver=0.1.6
+pkgver=0.2.0
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' 'libpulse')
depends=('gtk3' 'libgee')
source=("https://github.com/Junker/${pkgname}/archive/${pkgver}.zip")
-md5sums=('0c571366ba1e222cd81353c38ffe178a')
+md5sums=('c7b0c51e56098711bdd6a3327fc95ea4')
build() {
cd $srcdir/${pkgname}-$pkgver