summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2021-03-19 19:26:30 +0200
committerAndrey Vihrov2021-03-19 19:26:30 +0200
commit0aced867c87c7a8b35cbf25824baa194c821e6fb (patch)
tree9ae79a7d891707db18a7db998966679ae2024c67
parent1ac0de32eb590ccfeb665e386b7c10c1a458ae27 (diff)
downloadaur-0aced867c87c7a8b35cbf25824baa194c821e6fb.tar.gz
Update to 0.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e84d664c48e8..1a85d8e023e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfdashboard
pkgdesc = Maybe a Gnome shell like dashboard for Xfce
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = http://goodies.xfce.org/projects/applications/xfdashboard/start
arch = i686
@@ -10,8 +10,8 @@ pkgbase = xfdashboard
depends = libwnck3
depends = clutter
depends = garcon
- source = https://github.com/gmc-holle/xfdashboard/archive/0.9.0.tar.gz
- sha256sums = 81d5d3305bfdbe9b1d64c90fa8efd529c58006eb9d4a2356d16e0a203bcfe29a
+ source = https://github.com/gmc-holle/xfdashboard/archive/0.9.1.tar.gz
+ sha256sums = 49e8ab2f353a3ab460dfe6953ce10563a0f45d2455362167649c0339aadb8451
pkgname = xfdashboard
diff --git a/PKGBUILD b/PKGBUILD
index 51c842f25697..903b4ec567fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrey Vihrov <andrey.vihrov at gmail.com>
pkgname=xfdashboard
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="Maybe a Gnome shell like dashboard for Xfce"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('libwnck3' 'clutter' 'garcon')
makedepends=('xfce4-dev-tools')
source=("https://github.com/gmc-holle/xfdashboard/archive/${pkgver}.tar.gz")
-sha256sums=('81d5d3305bfdbe9b1d64c90fa8efd529c58006eb9d4a2356d16e0a203bcfe29a')
+sha256sums=('49e8ab2f353a3ab460dfe6953ce10563a0f45d2455362167649c0339aadb8451')
build() {
cd "${pkgname}-${pkgver}"