summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJunker2022-08-14 18:31:47 +0300
committerJunker2022-08-14 18:31:47 +0300
commit3c41882e0d3781c3195f3fe77dfd5ab89216a591 (patch)
tree39d9a0823b8d82e488ca122a9c994fa76ee8ba8e /PKGBUILD
parent49ea37b7e8442acd58e94502731818edce82078e (diff)
downloadaur-mictray.tar.gz
version 0.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92039276cc98..81ec85c6151c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mictray
-pkgver=0.2.5
+pkgver=0.3.1
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=('86f58f4bb46c3c14fd76a3068f26519d')
+sha256sums=('df4d54d13be624f3be10080b5267a52bad35e8efe1c18e273a0692cafa151b51')
build() {
cd $srcdir/${pkgname}-$pkgver