summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2015-10-09 08:57:09 +0300
committerAndrey Vihrov2015-10-09 08:57:09 +0300
commitaea40c9b7134c88c0e68e0767128530cc874e282 (patch)
treec25c02815b970cfb69031c6acc70aadb22763d86
parent52ac313da485f56ec858b211f683cf607aa07ea4 (diff)
downloadaur-aea40c9b7134c88c0e68e0767128530cc874e282.tar.gz
Bump to 0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25043c10e468..1e6bf8886806 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfdashboard
pkgdesc = Maybe a Gnome shell like dashboard for Xfce
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = http://goodies.xfce.org/projects/applications/xfdashboard/start
install = xfdashboard.install
@@ -12,8 +12,8 @@ pkgbase = xfdashboard
depends = clutter
depends = garcon
depends = xdg-utils
- source = http://archive.xfce.org/src/apps/xfdashboard/0.5/xfdashboard-0.5.1.tar.bz2
- sha256sums = 94a6a55670b72fe757a8d7e98b535eb30df5f23d654ebebaa5bd0f9f6b7d46e2
+ source = http://archive.xfce.org/src/apps/xfdashboard/0.5/xfdashboard-0.5.2.tar.bz2
+ sha256sums = 139052e23bf86f7cc9884aa6a6ce2fd29ca20aa18a81abbaeecfca6c01ebdb8c
pkgname = xfdashboard
diff --git a/PKGBUILD b/PKGBUILD
index a8d25e152faf..4c41579fb9a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrey Vihrov <andrey.vihrov at gmail.com>
pkgname=xfdashboard
-pkgver=0.5.1
+pkgver=0.5.2
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=('94a6a55670b72fe757a8d7e98b535eb30df5f23d654ebebaa5bd0f9f6b7d46e2')
+sha256sums=('139052e23bf86f7cc9884aa6a6ce2fd29ca20aa18a81abbaeecfca6c01ebdb8c')
build() {
cd "${pkgname}-${pkgver}"