summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2017-09-07 07:14:19 -0400
committerTed Alff2017-09-07 07:14:19 -0400
commitcb29b7a1400d4c3539a9ad7913fbb57570ae40ca (patch)
tree894d44ef9834e5f27e2e7d8646240017a4e54791
parentc4a7002d9c3c8c996459f15292614246f068b6f1 (diff)
downloadaur-cb29b7a1400d4c3539a9ad7913fbb57570ae40ca.tar.gz
Version update: 0.2.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faacf0729ffa..12d6d12836bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
# Generated by mksrcinfo v8
-# Mon Jul 17 18:16:39 UTC 2017
+# Thu Sep 7 11:13:53 UTC 2017
pkgbase = xfce4-statusnotifier-plugin
pkgdesc = Plugin to status notifier indicators in the Xfce4 panel
- pkgver = 0.1.0
+ pkgver = 0.2.0
pkgrel = 1
url = http://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin
arch = i686
arch = x86_64
license = GPL
makedepends = intltool
+ makedepends = python
depends = xfce4-panel
depends = libdbusmenu-gtk3
- source = http://archive.xfce.org/src/panel-plugins/xfce4-statusnotifier-plugin/0.1/xfce4-statusnotifier-plugin-0.1.0.tar.bz2
- sha256sums = 22ad14101df914e79d4dbd8e5d96382b1d3f52e326d2acd7760bfbf9795ea6d5
+ source = http://archive.xfce.org/src/panel-plugins/xfce4-statusnotifier-plugin/0.2/xfce4-statusnotifier-plugin-0.2.0.tar.bz2
+ sha256sums = 65c8af58f24a44fbd2e9186c57295641be3ed2a816dc86405fb7380ec69360c1
pkgname = xfce4-statusnotifier-plugin
diff --git a/PKGBUILD b/PKGBUILD
index b102d7e18736..270e7000e2cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: twa022 <twa022 at gmail dot com>
pkgname=xfce4-statusnotifier-plugin
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc="Plugin to status notifier indicators in the Xfce4 panel"
arch=('i686' 'x86_64')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin"
license=('GPL')
depends=('xfce4-panel' 'libdbusmenu-gtk3')
-makedepends=('intltool')
+makedepends=('intltool' 'python') # for gdbus-codegen
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('22ad14101df914e79d4dbd8e5d96382b1d3f52e326d2acd7760bfbf9795ea6d5')
+sha256sums=('65c8af58f24a44fbd2e9186c57295641be3ed2a816dc86405fb7380ec69360c1')
build() {
cd "${pkgname}-${pkgver}"