summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf (Benoit Brummer)2020-04-06 10:37:20 +0200
committertrougnouf (Benoit Brummer)2020-04-06 10:37:20 +0200
commit1a7743f9490e239cc07fa52fe4a1481f20c9ab18 (patch)
tree284b63bdca45ac8c7d277d713478f9f5f7abe28c
parent0fa040c09cce8ac8c6285a97d3b4716468cab449 (diff)
downloadaur-1a7743f9490e239cc07fa52fe4a1481f20c9ab18.tar.gz
update to v35
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc67ef9eff69..08da3299e7a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-dash-to-panel
pkgdesc = Extension for GNOME shell to combine the dash and main panel
- pkgver = 33
+ pkgver = 35
pkgrel = 1
url = https://github.com/home-sweet-gnome/dash-to-panel
arch = any
@@ -9,8 +9,8 @@ pkgbase = gnome-shell-extension-dash-to-panel
makedepends = gnome-common
makedepends = intltool
makedepends = make
- source = https://github.com/home-sweet-gnome/dash-to-panel/archive/v33.tar.gz
- sha256sums = c01dff9a652f5c0c5e98230ba0c6b4a98774f2f487a806d59759c3222714a75c
+ source = https://github.com/home-sweet-gnome/dash-to-panel/archive/v35.tar.gz
+ sha256sums = a0bc8554f4adb783d77ec56358efa058e6c81fdef6bc794f4eb8c76b0d79d76d
pkgname = gnome-shell-extension-dash-to-panel
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index fa98da12ec7c..fc319263a266 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
-pkgver=33
+pkgver=35
pkgrel=1
pkgdesc='Extension for GNOME shell to combine the dash and main panel'
arch=(any)
@@ -11,7 +11,7 @@ url="https://github.com/home-sweet-gnome/dash-to-panel"
license=(GPL2)
makedepends=(git gnome-common intltool make)
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('c01dff9a652f5c0c5e98230ba0c6b4a98774f2f487a806d59759c3222714a75c')
+sha256sums=('a0bc8554f4adb783d77ec56358efa058e6c81fdef6bc794f4eb8c76b0d79d76d')
build() {
cd "${srcdir}/${_name}-${pkgver}"