summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Landauer2018-03-13 09:47:31 +0100
committerBernhard Landauer2018-03-13 09:47:31 +0100
commit2985ed810c394489612abc7fbf9c4eb20689bc8a (patch)
treeab58168fd55f95a98b94bcf9274534681ad5c448
parentc9ec5cf09072878b18686eb0e3dd0b7c2403679a (diff)
downloadaur-2985ed810c394489612abc7fbf9c4eb20689bc8a.tar.gz
v2.3.4
-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