summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunker2019-12-20 13:39:29 +0700
committerJunker2019-12-20 13:39:29 +0700
commit1374bcfe4c56b077e7a1f1c16da39d3ddc81e02c (patch)
treef3dbd63cbc601b8a758ddb0849da73bc1adc5cd2
parentcec66794adee42748954b222bfcb2c87630a5b26 (diff)
downloadaur-1374bcfe4c56b077e7a1f1c16da39d3ddc81e02c.tar.gz
update to 0.2.3 version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef4798f3c8a6..4afcfe490ec9 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.1
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/Junker/MicTray
arch = i686
@@ -13,8 +13,8 @@ pkgbase = mictray
makedepends = libnotify
depends = gtk3
depends = libgee
- source = https://github.com/Junker/mictray/archive/0.2.1.zip
- md5sums = 67a135be3502f74fce898280737ab14f
+ source = https://github.com/Junker/mictray/archive/0.2.3.zip
+ md5sums = 19ac0e0c8426976e9c7ffaab9de0e5da
pkgname = mictray
diff --git a/PKGBUILD b/PKGBUILD
index b207d4600971..0eac55054369 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mictray
-pkgver=0.2.1
+pkgver=0.2.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' 'libpulse' 'libnotify')
depends=('gtk3' 'libgee')
source=("https://github.com/Junker/${pkgname}/archive/${pkgver}.zip")
-md5sums=('67a135be3502f74fce898280737ab14f')
+md5sums=('19ac0e0c8426976e9c7ffaab9de0e5da')
build() {
cd $srcdir/${pkgname}-$pkgver