summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2017-11-02 23:15:19 -0400
committerTed Alff2017-11-02 23:15:19 -0400
commitf46b53cba227564454286f7890895caeacec6809 (patch)
tree8e69deaaee57d6cf537dad6f7979b0ba8db4e2c3
parentcb29b7a1400d4c3539a9ad7913fbb57570ae40ca (diff)
downloadaur-f46b53cba227564454286f7890895caeacec6809.tar.gz
Version bump 0.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12d6d12836bd..e39c20c9caca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Sep 7 11:13:53 UTC 2017
+# Fri Nov 3 03:15:10 UTC 2017
pkgbase = xfce4-statusnotifier-plugin
pkgdesc = Plugin to status notifier indicators in the Xfce4 panel
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = http://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin
arch = i686
@@ -12,8 +12,8 @@ pkgbase = xfce4-statusnotifier-plugin
makedepends = python
depends = xfce4-panel
depends = libdbusmenu-gtk3
- source = http://archive.xfce.org/src/panel-plugins/xfce4-statusnotifier-plugin/0.2/xfce4-statusnotifier-plugin-0.2.0.tar.bz2
- sha256sums = 65c8af58f24a44fbd2e9186c57295641be3ed2a816dc86405fb7380ec69360c1
+ source = http://archive.xfce.org/src/panel-plugins/xfce4-statusnotifier-plugin/0.2/xfce4-statusnotifier-plugin-0.2.1.tar.bz2
+ sha256sums = 524314c05cf19e59c3b1ab928ef025b7bba62b228cf4bdc18072d17a13068b94
pkgname = xfce4-statusnotifier-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 270e7000e2cb..ce2721d48674 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: twa022 <twa022 at gmail dot com>
pkgname=xfce4-statusnotifier-plugin
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="Plugin to status notifier indicators in the Xfce4 panel"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('xfce4-panel' 'libdbusmenu-gtk3')
makedepends=('intltool' 'python') # for gdbus-codegen
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('65c8af58f24a44fbd2e9186c57295641be3ed2a816dc86405fb7380ec69360c1')
+sha256sums=('524314c05cf19e59c3b1ab928ef025b7bba62b228cf4bdc18072d17a13068b94')
build() {
cd "${pkgname}-${pkgver}"