summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2022-03-06 19:02:18 +0200
committerAndrey Vihrov2022-03-06 19:02:18 +0200
commitf2506d25ac999e5b08a5a0084acb42cd2d87c628 (patch)
treeb79994b7c49eed54edcd137b96e0bc8eb2f7ca84
parent43e6a65298b3615feeb7d2dba586c58bc2475024 (diff)
downloadaur-f2506d25ac999e5b08a5a0084acb42cd2d87c628.tar.gz
Update to 0.9.90
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2ffb78d51c9..0ecac0c64281 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfdashboard
pkgdesc = Maybe a Gnome shell like dashboard for Xfce
- pkgver = 0.9.5
+ pkgver = 0.9.90
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.5.tar.gz
- sha256sums = 1ce595bc8694a88c57a37672849defacadc087bc3036abe990115bfeee73c8dd
+ source = https://github.com/gmc-holle/xfdashboard/archive/0.9.90.tar.gz
+ sha256sums = 83607e7c65a400bdcba02de5625f6c2b8717eabb1add4c8e5e892c90029c2799
pkgname = xfdashboard
diff --git a/PKGBUILD b/PKGBUILD
index 7c8dfe8ab758..83b0b3cc5f52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrey Vihrov <andrey.vihrov at gmail.com>
pkgname=xfdashboard
-pkgver=0.9.5
+pkgver=0.9.90
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=('1ce595bc8694a88c57a37672849defacadc087bc3036abe990115bfeee73c8dd')
+sha256sums=('83607e7c65a400bdcba02de5625f6c2b8717eabb1add4c8e5e892c90029c2799')
build() {
cd "${pkgname}-${pkgver}"