summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2016-02-01 00:16:30 +0200
committerAndrey Vihrov2016-02-01 00:16:30 +0200
commit6f976844ef664ad7951a1f04c5990f961768bf3c (patch)
tree3ce16c671d9390ccc98c1ce959c69b0e4c01eb71
parenta0b39705700f803c3a7ab897e509b4465f52098b (diff)
downloadaur-6f976844ef664ad7951a1f04c5990f961768bf3c.tar.gz
Bump to v0.5.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86d27e9eff4c..9fc294864134 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 20 17:55:56 UTC 2015
+# Sun Jan 31 22:14:46 UTC 2016
pkgbase = xfdashboard
pkgdesc = Maybe a Gnome shell like dashboard for Xfce
- pkgver = 0.5.4
+ pkgver = 0.5.5
pkgrel = 1
url = http://goodies.xfce.org/projects/applications/xfdashboard/start
install = xfdashboard.install
@@ -14,8 +14,8 @@ pkgbase = xfdashboard
depends = clutter
depends = garcon
depends = xdg-utils
- source = http://archive.xfce.org/src/apps/xfdashboard/0.5/xfdashboard-0.5.4.tar.bz2
- sha256sums = c2e4cab7d3bf697a38989aae2eb819506eea0a67c3dda7fca9f3be17f34fbd96
+ source = http://archive.xfce.org/src/apps/xfdashboard/0.5/xfdashboard-0.5.5.tar.bz2
+ sha256sums = 6325b5781558ddab986ef1a68e125f61788b22fbe147c734dd0a9ae881f12f3d
pkgname = xfdashboard
diff --git a/PKGBUILD b/PKGBUILD
index 697119fb77f3..76bf14c642d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrey Vihrov <andrey.vihrov at gmail.com>
pkgname=xfdashboard
-pkgver=0.5.4
+pkgver=0.5.5
pkgrel=1
pkgdesc="Maybe a Gnome shell like dashboard for Xfce"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('libwnck3' 'clutter' 'garcon' 'xdg-utils')
makedepends=('intltool')
install="xfdashboard.install"
source=("http://archive.xfce.org/src/apps/${pkgname}/0.5/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('c2e4cab7d3bf697a38989aae2eb819506eea0a67c3dda7fca9f3be17f34fbd96')
+sha256sums=('6325b5781558ddab986ef1a68e125f61788b22fbe147c734dd0a9ae881f12f3d')
build() {
cd "${pkgname}-${pkgver}"