summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunker2019-10-04 16:44:44 +0700
committerJunker2019-10-04 16:44:44 +0700
commit0fd0d2ec17d31d0340d5c5b4111df06409d195da (patch)
tree36f949ccf87913d820aa470d2d3001d14bb61320
parent07d959aac6c6b2db3fd6b3baea865cda9df94499 (diff)
downloadaur-0fd0d2ec17d31d0340d5c5b4111df06409d195da.tar.gz
update to 0.1.4 version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbfd371e071a..3ca439bcccb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mictray
pkgdesc = Lightweight application which lets you control the microphone state and volume from system tray
- pkgver = 0.1.3
- pkgrel = 2
+ pkgver = 0.1.4
+ pkgrel = 1
url = https://github.com/Junker/MicTray
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = mictray
makedepends = libpulse
depends = gtk3
depends = libgee
- source = https://github.com/Junker/mictray/archive/0.1.3.zip
- md5sums = 69bc49bc29dc00d25886d6b50d12504b
+ source = https://github.com/Junker/mictray/archive/0.1.4.zip
+ md5sums = edf392a2e583082fab2cf03fb7710cfa
pkgname = mictray
diff --git a/PKGBUILD b/PKGBUILD
index 404a325f4a07..a376aaf580e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mictray
-pkgver=0.1.3
-pkgrel=2
+pkgver=0.1.4
+pkgrel=1
pkgdesc="Lightweight application which lets you control the microphone state and volume from system tray"
url="https://github.com/Junker/MicTray"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ license=('GPL-3')
makedepends=('vala' 'meson' 'ninja' 'libpulse')
depends=('gtk3' 'libgee')
source=("https://github.com/Junker/${pkgname}/archive/${pkgver}.zip")
-md5sums=('69bc49bc29dc00d25886d6b50d12504b')
+md5sums=('edf392a2e583082fab2cf03fb7710cfa')
build() {
cd $srcdir/${pkgname}-$pkgver