summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2020-03-08 20:45:33 -0400
committerTed Alff2020-03-08 20:45:33 -0400
commitc2cc5bfeb70fa18e75d6d82b8b9ac70be44fb1d0 (patch)
tree06e77197d30ab73051f6901c8f5ee694ed4f3c07 /PKGBUILD
parentf46b53cba227564454286f7890895caeacec6809 (diff)
downloadaur-xfce4-statusnotifier-plugin.tar.gz
Version bump 0.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"