summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf2023-03-31 11:32:56 +0200
committertrougnouf2023-03-31 11:32:56 +0200
commit89c126bcc2bf09741aa892191a36224518374e0a (patch)
treecab7c727457fc5e5edb49587d4699cd1aaab4cd0
parentb2c36e5f55d7db198aaaa0754de89f2b0b7fa74f (diff)
downloadaur-89c126bcc2bf09741aa892191a36224518374e0a.tar.gz
v56
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e973973e5af..3097e7cf31a7 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 = 54
+ pkgver = 56
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/v54.tar.gz
- sha256sums = f88715bbe94376765ff310f01da23d1409aa00b6a01d0dd9e10b10d6ce598f8a
+ source = https://github.com/home-sweet-gnome/dash-to-panel/archive/v56.tar.gz
+ sha256sums = b04c01f7bbb0e140febd569574905dba880dba011968725a9a96a5bf23560ffe
pkgname = gnome-shell-extension-dash-to-panel
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index 07060f07be98..2644c6041a06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
-pkgver=54
+pkgver=56
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=('f88715bbe94376765ff310f01da23d1409aa00b6a01d0dd9e10b10d6ce598f8a')
+sha256sums=('b04c01f7bbb0e140febd569574905dba880dba011968725a9a96a5bf23560ffe')
build() {
cd "${srcdir}/${_name}-${pkgver}"