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 458823fa1a87..152c21afe099 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gvolwheel
pkgdesc = a lightweight audio mixer which lets you control the audio volume through a tray icon
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/Junker/gvolwheel
arch = i686
@@ -9,8 +9,8 @@ pkgbase = gvolwheel
makedepends = intltool
depends = gtk3
depends = libgee
- source = https://github.com/Junker/gvolwheel/archive/1.0.2.zip
- md5sums = 2bfde9ec2d9f288531626c1688c6b025
+ source = https://github.com/Junker/gvolwheel/archive/1.0.3.zip
+ md5sums = a38dbc459ae3ea659a49ab8aebc20535
pkgname = gvolwheel
diff --git a/PKGBUILD b/PKGBUILD
index 9d654b020bbe..88e50e366456 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Junker
pkgname=gvolwheel
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="a lightweight audio mixer which lets you control the audio volume through a tray icon"
url="https://github.com/Junker/gvolwheel"
@@ -11,7 +11,7 @@ license=('GPL-2')
makedepends=('intltool')
depends=('gtk3' 'libgee')
source=("https://github.com/Junker/${pkgname}/archive/${pkgver}.zip")
-md5sums=('2bfde9ec2d9f288531626c1688c6b025')
+md5sums=('a38dbc459ae3ea659a49ab8aebc20535')
build() {
cd $srcdir/${pkgname}-$pkgver