summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf2020-04-27 16:07:16 +0200
committertrougnouf2020-04-27 16:07:16 +0200
commitc7e6968d79eae3d6a3b94e5773754bda9ac0c61c (patch)
tree202797ed48186f51727ec6a22644252ec5a25894
parentcaf64addcd8320f60315cf8ea9ca3c8912e7efb5 (diff)
downloadaur-c7e6968d79eae3d6a3b94e5773754bda9ac0c61c.tar.gz
v37
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3fb7deed4fb..7b7bcfea644d 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 = 36
+ pkgver = 37
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/v36.tar.gz
- sha256sums = a51036bd1cf14624b1247cbae85b0ae7fe28a3ca5ec577c2cc912281f7e996bb
+ source = https://github.com/home-sweet-gnome/dash-to-panel/archive/v37.tar.gz
+ sha256sums = 9725664c577ca3667d7faa514f68f3d700b436226fb8abeb1f0edbfc4b217f06
pkgname = gnome-shell-extension-dash-to-panel
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index 1d3cdaa29558..b707778e57f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
-pkgver=36
+pkgver=37
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=('a51036bd1cf14624b1247cbae85b0ae7fe28a3ca5ec577c2cc912281f7e996bb')
+sha256sums=('9725664c577ca3667d7faa514f68f3d700b436226fb8abeb1f0edbfc4b217f06')
build() {
cd "${srcdir}/${_name}-${pkgver}"