summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2022-07-16 12:46:04 +0300
committerAndrey Vihrov2022-07-16 12:46:04 +0300
commit24f5103b01e486fda3e55f25a86fa986395437e3 (patch)
tree61d12f888faf118f599eca9dd97544c119236631
parentf2506d25ac999e5b08a5a0084acb42cd2d87c628 (diff)
downloadaur-24f5103b01e486fda3e55f25a86fa986395437e3.tar.gz
Update to version 0.9.91
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ecac0c64281..30c71c74a897 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfdashboard
pkgdesc = Maybe a Gnome shell like dashboard for Xfce
- pkgver = 0.9.90
+ pkgver = 0.9.91
pkgrel = 1
url = http://goodies.xfce.org/projects/applications/xfdashboard/start
arch = i686
@@ -11,7 +11,7 @@ pkgbase = xfdashboard
depends = libwnck3
depends = clutter
depends = garcon
- source = https://github.com/gmc-holle/xfdashboard/archive/0.9.90.tar.gz
- sha256sums = 83607e7c65a400bdcba02de5625f6c2b8717eabb1add4c8e5e892c90029c2799
+ source = https://github.com/gmc-holle/xfdashboard/archive/0.9.91.tar.gz
+ sha256sums = c101f67384f86f2676aef4f4c3d0ea4ee48082c54f95f21189334c44f84136ef
pkgname = xfdashboard
diff --git a/PKGBUILD b/PKGBUILD
index 83b0b3cc5f52..54874f436680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrey Vihrov <andrey.vihrov at gmail.com>
pkgname=xfdashboard
-pkgver=0.9.90
+pkgver=0.9.91
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=('83607e7c65a400bdcba02de5625f6c2b8717eabb1add4c8e5e892c90029c2799')
+sha256sums=('c101f67384f86f2676aef4f4c3d0ea4ee48082c54f95f21189334c44f84136ef')
build() {
cd "${pkgname}-${pkgver}"