summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 171b3a6f25fd..697d64dad5fe 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.5
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/Junker/MicTray
arch = i686
@@ -13,7 +13,7 @@ pkgbase = mictray
makedepends = libnotify
depends = gtk3
depends = libgee
- source = https://github.com/Junker/mictray/archive/0.2.5.zip
- md5sums = 86f58f4bb46c3c14fd76a3068f26519d
+ source = https://github.com/Junker/mictray/archive/0.3.1.zip
+ sha256sums = df4d54d13be624f3be10080b5267a52bad35e8efe1c18e273a0692cafa151b51
pkgname = mictray
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