summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunker2020-12-17 21:01:49 +0700
committerJunker2020-12-17 21:01:49 +0700
commit8401da10c6c484626ba28dc0b09c83afaaa69025 (patch)
treefc370cdbd5bb04c761fa225f847daad0236acdf7
parent1374bcfe4c56b077e7a1f1c16da39d3ddc81e02c (diff)
downloadaur-8401da10c6c484626ba28dc0b09c83afaaa69025.tar.gz
0.2.4 version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4afcfe490ec9..29cf991fb3a4 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.3
+ pkgver = 0.2.4
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.3.zip
- md5sums = 19ac0e0c8426976e9c7ffaab9de0e5da
+ source = https://github.com/Junker/mictray/archive/0.2.4.zip
+ md5sums = 4d313a7c9cf094bcf316c2515ec5c89f
pkgname = mictray
diff --git a/PKGBUILD b/PKGBUILD
index 0eac55054369..2bee1bdb209e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mictray
-pkgver=0.2.3
+pkgver=0.2.4
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=('19ac0e0c8426976e9c7ffaab9de0e5da')
+md5sums=('4d313a7c9cf094bcf316c2515ec5c89f')
build() {
cd $srcdir/${pkgname}-$pkgver
@@ -20,4 +20,4 @@ ninja
package() {
cd $srcdir/${pkgname}-$pkgver/build
DESTDIR="$pkgdir" ninja install
-} \ No newline at end of file
+}