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 99b85b21784f..62ba14f967b2 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 = 14
+ pkgver = 15
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/v14.tar.gz
- sha256sums = d2c4a0b63555156b57e678d3c03231d611e628204ed03a7a38031a6e71332a5d
+ source = https://github.com/jderose9/dash-to-panel/archive/v15.tar.gz
+ sha256sums = 6082bba7cf98d21c409a497de909279f80395669536927029b79220801454e74
pkgname = gnome-shell-extension-dash-to-panel
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index 90ed4415ad56..e1e1e42042f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
-pkgver=14
+pkgver=15
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=('d2c4a0b63555156b57e678d3c03231d611e628204ed03a7a38031a6e71332a5d')
+sha256sums=('6082bba7cf98d21c409a497de909279f80395669536927029b79220801454e74')
build() {
cd "${srcdir}/${_name}-${pkgver}"