summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea8181d442bc..098dde312bcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 2 19:52:38 UTC 2017
+# Fri May 5 19:14:11 UTC 2017
pkgbase = wingpanel-indicator-sound
pkgdesc = Wingpanel Sound Indicator
- pkgver = 2.0.4
+ pkgver = 2.0.5
pkgrel = 1
url = https://github.com/elementary/wingpanel-indicator-sound
arch = i686
@@ -24,8 +24,8 @@ pkgbase = wingpanel-indicator-sound
depends = libpulse
depends = libgranite.so
depends = libwingpanel-2.0.so
- source = wingpanel-indicator-sound-2.0.4.tar.gz::https://github.com/elementary/wingpanel-indicator-sound/archive/2.0.4.tar.gz
- sha256sums = 0419476e767c9e01fbc639f307b54ba443a4fe9d8e18bb980b9454dcc4458e93
+ source = wingpanel-indicator-sound-2.0.5.tar.gz::https://github.com/elementary/wingpanel-indicator-sound/archive/2.0.5.tar.gz
+ sha256sums = 680617e07ec4fc6b0c21f028b12a7cd4a2cb6fcc387f67c5ac73bb8545fd0f80
pkgname = wingpanel-indicator-sound
diff --git a/PKGBUILD b/PKGBUILD
index 40430d764faf..0d68a75a2394 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-indicator-sound
-pkgver=2.0.4
+pkgver=2.0.5
pkgrel=1
pkgdesc='Wingpanel Sound Indicator'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libcanberra' 'libgee'
'libgranite.so' 'libwingpanel-2.0.so')
makedepends=('cmake' 'intltool' 'vala' 'wingpanel')
source=("wingpanel-indicator-sound-${pkgver}.tar.gz::https://github.com/elementary/wingpanel-indicator-sound/archive/${pkgver}.tar.gz")
-sha256sums=('0419476e767c9e01fbc639f307b54ba443a4fe9d8e18bb980b9454dcc4458e93')
+sha256sums=('680617e07ec4fc6b0c21f028b12a7cd4a2cb6fcc387f67c5ac73bb8545fd0f80')
prepare() {
cd wingpanel-indicator-sound-${pkgver}