summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2022-08-13 15:09:43 +0300
committerAndrey Vihrov2022-08-13 15:09:43 +0300
commit84e6b089775c801c9a33cf0ff070670dd649c759 (patch)
treecb45a102ce9326d428e04661d62406f0b2f22498
parent24f5103b01e486fda3e55f25a86fa986395437e3 (diff)
downloadaur-xfdashboard.tar.gz
Update to 1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30c71c74a897..cfd19955a9ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfdashboard
pkgdesc = Maybe a Gnome shell like dashboard for Xfce
- pkgver = 0.9.91
+ pkgver = 1.0.0
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.91.tar.gz
- sha256sums = c101f67384f86f2676aef4f4c3d0ea4ee48082c54f95f21189334c44f84136ef
+ source = https://github.com/gmc-holle/xfdashboard/archive/1.0.0.tar.gz
+ sha256sums = 3de99d54361d3f941317f3aa6e33bd720064747af08e73cac30bcec6a56e7b69
pkgname = xfdashboard
diff --git a/PKGBUILD b/PKGBUILD
index 54874f436680..7956d2513e10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrey Vihrov <andrey.vihrov at gmail.com>
pkgname=xfdashboard
-pkgver=0.9.91
+pkgver=1.0.0
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=('c101f67384f86f2676aef4f4c3d0ea4ee48082c54f95f21189334c44f84136ef')
+sha256sums=('3de99d54361d3f941317f3aa6e33bd720064747af08e73cac30bcec6a56e7b69')
build() {
cd "${pkgname}-${pkgver}"