summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2021-04-27 20:43:09 +0300
committerAndrey Vihrov2021-04-27 20:43:09 +0300
commit407f1cda77ba78beb258074c4eb295166047c85a (patch)
tree91cc73ac577b7397a20bd142591b6022129993ce
parent464092117d5070e4ed4cbc7fb95591fe4de92d7b (diff)
downloadaur-407f1cda77ba78beb258074c4eb295166047c85a.tar.gz
Update to 0.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c00afdae8703..5fe5b048c73f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfdashboard
pkgdesc = Maybe a Gnome shell like dashboard for Xfce
- pkgver = 0.9.2
+ pkgver = 0.9.3
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.2.tar.gz
- sha256sums = d684b4e259917256dcba5545bf799f70128759ca0da00ccae89899f900e00438
+ source = https://github.com/gmc-holle/xfdashboard/archive/0.9.3.tar.gz
+ sha256sums = 9c71ec457e5b9efa216db138026b7dc5a1cb1b4f79b1778079fc7e5d781db122
pkgname = xfdashboard
diff --git a/PKGBUILD b/PKGBUILD
index 05c5633470f0..00c24455b7f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrey Vihrov <andrey.vihrov at gmail.com>
pkgname=xfdashboard
-pkgver=0.9.2
+pkgver=0.9.3
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=('d684b4e259917256dcba5545bf799f70128759ca0da00ccae89899f900e00438')
+sha256sums=('9c71ec457e5b9efa216db138026b7dc5a1cb1b4f79b1778079fc7e5d781db122')
build() {
cd "${pkgname}-${pkgver}"