summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-03-08 20:45:33 -0400
committerTed Alff2020-03-08 20:45:33 -0400
commitc2cc5bfeb70fa18e75d6d82b8b9ac70be44fb1d0 (patch)
tree06e77197d30ab73051f6901c8f5ee694ed4f3c07
parentf46b53cba227564454286f7890895caeacec6809 (diff)
downloadaur-xfce4-statusnotifier-plugin.tar.gz
Version bump 0.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e39c20c9caca..3826f4abb24c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# 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.1
+ pkgver = 0.2.2
pkgrel = 1
url = http://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin
arch = i686
@@ -12,8 +10,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.1.tar.bz2
- sha256sums = 524314c05cf19e59c3b1ab928ef025b7bba62b228cf4bdc18072d17a13068b94
+ source = http://archive.xfce.org/src/panel-plugins/xfce4-statusnotifier-plugin/0.2/xfce4-statusnotifier-plugin-0.2.2.tar.bz2
+ sha256sums = 4c905944d510a7a460246660c6c7a648a3a5fa0d638276b9bf2380d3654a2cfa
pkgname = xfce4-statusnotifier-plugin
diff --git a/PKGBUILD b/PKGBUILD
index ce2721d48674..02bd8cf8e919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: twa022 <twa022 at gmail dot com>
pkgname=xfce4-statusnotifier-plugin
-pkgver=0.2.1
+pkgver=0.2.2
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=('524314c05cf19e59c3b1ab928ef025b7bba62b228cf4bdc18072d17a13068b94')
+sha256sums=('4c905944d510a7a460246660c6c7a648a3a5fa0d638276b9bf2380d3654a2cfa')
build() {
cd "${pkgname}-${pkgver}"