summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf2020-07-10 22:32:22 +0200
committertrougnouf2020-07-10 22:32:22 +0200
commitba3a53f7c476673d305f384c472209901cf5e51e (patch)
tree332d4f92edce09ccf7a5757b10a3fae190c8b84e
parentc7e6968d79eae3d6a3b94e5773754bda9ac0c61c (diff)
downloadaur-ba3a53f7c476673d305f384c472209901cf5e51e.tar.gz
v38
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b7bcfea644d..8757752ba472 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 = 37
+ pkgver = 38
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/v37.tar.gz
- sha256sums = 9725664c577ca3667d7faa514f68f3d700b436226fb8abeb1f0edbfc4b217f06
+ source = https://github.com/home-sweet-gnome/dash-to-panel/archive/v38.tar.gz
+ sha256sums = e1fe238aee183ce1ea5a563bddb08efbada04de1d5aeed6ab95c2d220502fbf1
pkgname = gnome-shell-extension-dash-to-panel
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index b707778e57f3..a44c6b5deab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
-pkgver=37
+pkgver=38
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=('9725664c577ca3667d7faa514f68f3d700b436226fb8abeb1f0edbfc4b217f06')
+sha256sums=('e1fe238aee183ce1ea5a563bddb08efbada04de1d5aeed6ab95c2d220502fbf1')
build() {
cd "${srcdir}/${_name}-${pkgver}"