summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf2020-04-02 17:12:29 +0200
committertrougnouf2020-04-02 17:12:29 +0200
commite612e0efbb2644d3f52211168f8bc5e892029efd (patch)
treea212df18a4d9e58368243d3901911fccd1377fa0
parent8942c9ce6d7444eb5fc7a94f7442047b95501f0c (diff)
downloadaur-e612e0efbb2644d3f52211168f8bc5e892029efd.tar.gz
update to v32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94b30aea1de1..0e6028bf8765 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 = 31
+ pkgver = 32
pkgrel = 2
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/v31.tar.gz
- sha256sums = 9f96ce9fd8e6c072711cfcbbfc69a1bd0296714b448979d409baf2f6ee4e0ab3
+ source = https://github.com/home-sweet-gnome/dash-to-panel/archive/v32.tar.gz
+ sha256sums = d8f428e7a2a49746b7c4c77a1ac79cdc88f6973250b02656815797cba1944923
pkgname = gnome-shell-extension-dash-to-panel
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index d952689fce5c..186868ca6f1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
-pkgver=31
+pkgver=32
pkgrel=2
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=('9f96ce9fd8e6c072711cfcbbfc69a1bd0296714b448979d409baf2f6ee4e0ab3')
+sha256sums=('d8f428e7a2a49746b7c4c77a1ac79cdc88f6973250b02656815797cba1944923')
build() {
cd "${srcdir}/${_name}-${pkgver}"