summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af25136405d0..4b5fd5baa5f5 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 = 17
+ pkgver = 18
pkgrel = 1
url = https://github.com/jderose9/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/jderose9/dash-to-panel/archive/v17.tar.gz
- sha256sums = 784c83d41d3d2477e37b01c4672319d2db49ec3c89b97089bb2702057f3c671e
+ source = https://github.com/jderose9/dash-to-panel/archive/v18.tar.gz
+ sha256sums = 7aa86690e5d21e7c0e451a06b435c3eb99c27e3ce70478b5cdcfe71cfdffb3cb
pkgname = gnome-shell-extension-dash-to-panel
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index 391d5b39264a..c48357c49be9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
-pkgver=17
+pkgver=18
pkgrel=1
pkgdesc='Extension for GNOME shell to combine the dash and main panel'
arch=(any)
@@ -11,7 +11,7 @@ url="https://github.com/jderose9/dash-to-panel"
license=(GPL2)
makedepends=(git gnome-common intltool make)
source=("https://github.com/jderose9/dash-to-panel/archive/v${pkgver}.tar.gz")
-sha256sums=('784c83d41d3d2477e37b01c4672319d2db49ec3c89b97089bb2702057f3c671e')
+sha256sums=('7aa86690e5d21e7c0e451a06b435c3eb99c27e3ce70478b5cdcfe71cfdffb3cb')
build() {
cd "${srcdir}/${_name}-${pkgver}"