summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2021-09-22 21:04:00 +0300
committerAndrey Vihrov2021-09-22 21:04:00 +0300
commitea7af5a75dc725ce8ae3a29836cd57221e38dd6f (patch)
tree7c31186d9a22d5cad68709a871a42789459c0852
parente4ea588df0d62ff9685d485fc38236379a53b245 (diff)
downloadaur-ea7af5a75dc725ce8ae3a29836cd57221e38dd6f.tar.gz
Update to 0.9.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3c17621787d..02e71581879b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfdashboard
pkgdesc = Maybe a Gnome shell like dashboard for Xfce
- pkgver = 0.9.3
+ pkgver = 0.9.4
pkgrel = 1
url = http://goodies.xfce.org/projects/applications/xfdashboard/start
arch = i686
@@ -11,8 +11,7 @@ pkgbase = xfdashboard
depends = libwnck3
depends = clutter
depends = garcon
- source = https://github.com/gmc-holle/xfdashboard/archive/0.9.3.tar.gz
- sha256sums = 9c71ec457e5b9efa216db138026b7dc5a1cb1b4f79b1778079fc7e5d781db122
+ source = https://github.com/gmc-holle/xfdashboard/archive/0.9.4.tar.gz
+ sha256sums = 5a60bb57ed74193b40587228eeef65bf9e8dd5b6e14818fed3b1217827bc8151
pkgname = xfdashboard
-
diff --git a/PKGBUILD b/PKGBUILD
index 11b94aa2c335..bfc9945f2f83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrey Vihrov <andrey.vihrov at gmail.com>
pkgname=xfdashboard
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
pkgdesc="Maybe a Gnome shell like dashboard for Xfce"
arch=('i686' 'x86_64' 'aarch64')
@@ -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=('9c71ec457e5b9efa216db138026b7dc5a1cb1b4f79b1778079fc7e5d781db122')
+sha256sums=('5a60bb57ed74193b40587228eeef65bf9e8dd5b6e14818fed3b1217827bc8151')
build() {
cd "${pkgname}-${pkgver}"