summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2020-09-24 19:02:50 +0300
committerAndrey Vihrov2020-09-24 19:02:50 +0300
commit065cae07c7d78c554bb362001b066ec79dc12532 (patch)
tree04310d3fabad3947a153ff886a06b130292dc784
parent13e4a4ab92d2f66057c040d39f153967288a2457 (diff)
downloadaur-065cae07c7d78c554bb362001b066ec79dc12532.tar.gz
Update to 0.7.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d8f15d64cfa..70aa76064924 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfdashboard
pkgdesc = Maybe a Gnome shell like dashboard for Xfce
- pkgver = 0.7.7
+ pkgver = 0.7.8
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.7.7.tar.gz
- sha256sums = d27a78bf7eaefc6cfbfd8b00dcce65efbca25e8257885d4f40df16c7ab610864
+ source = https://github.com/gmc-holle/xfdashboard/archive/0.7.8.tar.gz
+ sha256sums = 2fc7dc287acf1c34627e3ac60dd194f2eb17f540c6b7d67051b73765d93edb84
pkgname = xfdashboard
diff --git a/PKGBUILD b/PKGBUILD
index 512bfdff39c8..0300a753dd36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrey Vihrov <andrey.vihrov at gmail.com>
pkgname=xfdashboard
-pkgver=0.7.7
+pkgver=0.7.8
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=('d27a78bf7eaefc6cfbfd8b00dcce65efbca25e8257885d4f40df16c7ab610864')
+sha256sums=('2fc7dc287acf1c34627e3ac60dd194f2eb17f540c6b7d67051b73765d93edb84')
build() {
cd "${pkgname}-${pkgver}"