summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunker2021-10-24 15:01:18 +0700
committerJunker2021-10-24 15:01:18 +0700
commit49ea37b7e8442acd58e94502731818edce82078e (patch)
tree8d59d7a3aa1186029f7bbb626a611c4f94a15e86
parent8401da10c6c484626ba28dc0b09c83afaaa69025 (diff)
downloadaur-49ea37b7e8442acd58e94502731818edce82078e.tar.gz
version 0.2.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29cf991fb3a4..171b3a6f25fd 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.4
+ pkgver = 0.2.5
pkgrel = 1
url = https://github.com/Junker/MicTray
arch = i686
@@ -13,8 +13,7 @@ pkgbase = mictray
makedepends = libnotify
depends = gtk3
depends = libgee
- source = https://github.com/Junker/mictray/archive/0.2.4.zip
- md5sums = 4d313a7c9cf094bcf316c2515ec5c89f
+ source = https://github.com/Junker/mictray/archive/0.2.5.zip
+ md5sums = 86f58f4bb46c3c14fd76a3068f26519d
pkgname = mictray
-
diff --git a/PKGBUILD b/PKGBUILD
index 2bee1bdb209e..92039276cc98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mictray
-pkgver=0.2.4
+pkgver=0.2.5
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=('4d313a7c9cf094bcf316c2515ec5c89f')
+md5sums=('86f58f4bb46c3c14fd76a3068f26519d')
build() {
cd $srcdir/${pkgname}-$pkgver