summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2015-12-20 19:56:18 +0200
committerAndrey Vihrov2015-12-20 19:56:18 +0200
commita0b39705700f803c3a7ab897e509b4465f52098b (patch)
tree544ba265bcbd265e0f16bd31e7bb624b6e8f9fa6
parent78c287b45f6620d184dcd0afaae8593dda4bfaef (diff)
downloadaur-a0b39705700f803c3a7ab897e509b4465f52098b.tar.gz
Bump to 0.5.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81a312753bbb..86d27e9eff4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Dec 20 17:55:56 UTC 2015
pkgbase = xfdashboard
pkgdesc = Maybe a Gnome shell like dashboard for Xfce
- pkgver = 0.5.3
+ pkgver = 0.5.4
pkgrel = 1
url = http://goodies.xfce.org/projects/applications/xfdashboard/start
install = xfdashboard.install
@@ -12,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.3.tar.bz2
- sha256sums = a11625fec3e0ef61dbfd8c5af47df1dec55a92cbcaccba1f446058feeb629b4b
+ source = http://archive.xfce.org/src/apps/xfdashboard/0.5/xfdashboard-0.5.4.tar.bz2
+ sha256sums = c2e4cab7d3bf697a38989aae2eb819506eea0a67c3dda7fca9f3be17f34fbd96
pkgname = xfdashboard
diff --git a/PKGBUILD b/PKGBUILD
index 0a8fee40f779..697119fb77f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrey Vihrov <andrey.vihrov at gmail.com>
pkgname=xfdashboard
-pkgver=0.5.3
+pkgver=0.5.4
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=('a11625fec3e0ef61dbfd8c5af47df1dec55a92cbcaccba1f446058feeb629b4b')
+sha256sums=('c2e4cab7d3bf697a38989aae2eb819506eea0a67c3dda7fca9f3be17f34fbd96')
build() {
cd "${pkgname}-${pkgver}"