summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 722645dd938b..19c75d2c4494 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jan 5 14:26:30 UTC 2017
+# Tue Mar 13 08:46:17 UTC 2018
pkgbase = xfce4-indicator-plugin
pkgdesc = Plugin to display information from applications in the Xfce4 panel
- pkgver = 2.3.3
- pkgrel = 3
+ pkgver = 2.3.4
+ pkgrel = 1
url = http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin
install = xfce4-indicator-plugin.install
arch = i686
@@ -19,8 +19,8 @@ pkgbase = xfce4-indicator-plugin
depends = xdg-utils
optdepends = indicator-application-gtk2: take menus from applications and place them in the panel
optdepends = indicator-sound: unified sound menu
- source = http://archive.xfce.org/src/panel-plugins/xfce4-indicator-plugin/2.3/xfce4-indicator-plugin-2.3.3.tar.bz2
- sha256sums = c46b529b0f31c8ba9401fdc3e245ed3f30e61fadc0e8d2ddb6aaa10b02edbd52
+ source = http://archive.xfce.org/src/panel-plugins/xfce4-indicator-plugin/2.3/xfce4-indicator-plugin-2.3.4.tar.bz2
+ sha256sums = 02773722cf99113bc64cc399df47c3a639e206a864c6995be68fe8281076582e
pkgname = xfce4-indicator-plugin
diff --git a/PKGBUILD b/PKGBUILD
index bf68ccbfcc1b..46e6326c28cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=xfce4-indicator-plugin
_maj=2.3
-pkgver=$_maj.3
-pkgrel=3
+pkgver=$_maj.4
+pkgrel=1
pkgdesc="Plugin to display information from applications in the Xfce4 panel"
arch=('i686' 'x86_64')
url="http://goodies.xfce.org/projects/panel-plugins/$pkgname"
@@ -19,7 +19,7 @@ optdepends=('indicator-application-gtk2: take menus from applications and place
'indicator-sound: unified sound menu')
install=$pkgname.install
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/$_maj/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c46b529b0f31c8ba9401fdc3e245ed3f30e61fadc0e8d2ddb6aaa10b02edbd52')
+sha256sums=('02773722cf99113bc64cc399df47c3a639e206a864c6995be68fe8281076582e')
build() {
cd $pkgname-$pkgver