summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efef7e61eb21..c7d915096a53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce4-places-plugin
pkgdesc = Places menu plugin for the Xfce panel
- pkgver = 1.8.0
+ pkgver = 1.8.3
pkgrel = 1
url = http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
arch = i686
@@ -9,10 +9,9 @@ pkgbase = xfce4-places-plugin
makedepends = intltool
depends = libnotify
depends = xfce4-panel
- source = http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.8/xfce4-places-plugin-1.8.0.tar.bz2
+ source = http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.8/xfce4-places-plugin-1.8.3.tar.bz2
source = mounts.patch
- sha256sums = 7ba3f46f88c2845cbf413efeefaed29157f8b98571856c6e2bf35e4de5d8ecce
+ sha256sums = f11d0e6d03f22ab02c2e6b507d365b5a918532e8819e50647ee1860eca60c743
sha256sums = 0f772f067bff34dd94a473b192494335eb73c4c3d867e4f5bf81828f825d95eb
pkgname = xfce4-places-plugin
-
diff --git a/PKGBUILD b/PKGBUILD
index 9d998c4739bd..bee9c85b0da8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Alessio Sergi <asergi at archlinux dot us>
pkgname=xfce4-places-plugin
-pkgver=1.8.0
+pkgver=1.8.3
pkgrel=1
pkgdesc="Places menu plugin for the Xfce panel"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('libnotify' 'xfce4-panel')
makedepends=('intltool')
source=("http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.bz2"
"mounts.patch")
-sha256sums=('7ba3f46f88c2845cbf413efeefaed29157f8b98571856c6e2bf35e4de5d8ecce'
+sha256sums=('f11d0e6d03f22ab02c2e6b507d365b5a918532e8819e50647ee1860eca60c743'
'0f772f067bff34dd94a473b192494335eb73c4c3d867e4f5bf81828f825d95eb')
prepare() {