summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2017-07-05 13:16:36 -0500
committercarlwgeorge2017-07-05 13:16:36 -0500
commit89166a7020ae4a4a6f0ae2fed1d2268d243faa93 (patch)
tree24a2869625ce3bb8773a01f92d8185e347e73906
parente0da0d41058e89433025de401fe49df12d1416ad (diff)
downloadaur-89166a7020ae4a4a6f0ae2fed1d2268d243faa93.tar.gz
9-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ead8f7dde012..bdc8983a4b7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 4 20:30:03 UTC 2017
+# Wed Jul 5 18:07:34 UTC 2017
pkgbase = gnome-shell-extension-dash-to-panel
pkgdesc = Extension for GNOME shell to combine the dash and main panel
- pkgver = 8
+ pkgver = 9
pkgrel = 1
url = https://github.com/jderose9/dash-to-panel
arch = any
@@ -10,8 +10,8 @@ pkgbase = gnome-shell-extension-dash-to-panel
makedepends = git
makedepends = gnome-common
makedepends = intltool
- source = https://github.com/jderose9/dash-to-panel/archive/v8.tar.gz
- sha256sums = efaf5d9fff41e21bc40603aa9399495b7a87567603f736809af1dd52df4b1463
+ source = https://github.com/jderose9/dash-to-panel/archive/v9.tar.gz
+ sha256sums = e9a90d04d5891fd272c66aa44a3a87fe60219bcd43f9c0913293d97d0e3604bb
pkgname = gnome-shell-extension-dash-to-panel
depends = gnome-shell>=3.18
diff --git a/PKGBUILD b/PKGBUILD
index 80839d7c3dbe..f2d9933633f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
-pkgver=8
+pkgver=9
pkgrel=1
pkgdesc='Extension for GNOME shell to combine the dash and main panel'
arch=(any)
@@ -10,7 +10,7 @@ url="https://github.com/jderose9/dash-to-panel"
license=(GPL2)
makedepends=(git gnome-common intltool)
source=("https://github.com/jderose9/dash-to-panel/archive/v${pkgver}.tar.gz")
-sha256sums=('efaf5d9fff41e21bc40603aa9399495b7a87567603f736809af1dd52df4b1463')
+sha256sums=('e9a90d04d5891fd272c66aa44a3a87fe60219bcd43f9c0913293d97d0e3604bb')
build() {
cd "${srcdir}/${_name}-${pkgver}"