summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2017-03-13 21:32:58 -0500
committercarlwgeorge2017-03-13 21:32:58 -0500
commita464aa2250dce533a075371deeecf086ca4abdba (patch)
tree2cc464f3e4ff0b4cca5bbca197e5b1c7b141b47d
parent9b15e66363a8c5a98ac7b1c6aa236234102aeb91 (diff)
downloadaur-a464aa2250dce533a075371deeecf086ca4abdba.tar.gz
7-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b3a1b58cb8e..b3deff54a842 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 13 02:04:40 UTC 2017
+# Tue Mar 14 02:32:11 UTC 2017
pkgbase = gnome-shell-extension-dash-to-panel
pkgdesc = Extension for GNOME shell to combine the dash and main panel
- pkgver = 6
+ pkgver = 7
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/v6.tar.gz
- sha256sums = 28613995e4b6c6ef23a933972ad99d843ff4def2753b6cf4702b4283427394a1
+ source = https://github.com/jderose9/dash-to-panel/archive/v7.tar.gz
+ sha256sums = 18caf45bf63b80c9087a156c1b3898c776972131114dc3e4b898338bf35e4c2b
pkgname = gnome-shell-extension-dash-to-panel
depends = gnome-shell>=3.18
diff --git a/PKGBUILD b/PKGBUILD
index 42dac5b353fa..d44888c68e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
-pkgver=6
+pkgver=7
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=('28613995e4b6c6ef23a933972ad99d843ff4def2753b6cf4702b4283427394a1')
+sha256sums=('18caf45bf63b80c9087a156c1b3898c776972131114dc3e4b898338bf35e4c2b')
build() {
cd "${srcdir}/${_name}-${pkgver}"