summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf (Benoit Brummer)2022-04-07 16:29:03 +0200
committertrougnouf (Benoit Brummer)2022-04-07 16:29:03 +0200
commitcd1c4bb7372a186c753c114852520f712ba84259 (patch)
tree2cb3193e26b706643ecd44f0c4d127d65d469099
parent06a716b43401274a9d3d09c923266af6ec367b60 (diff)
downloadaur-cd1c4bb7372a186c753c114852520f712ba84259.tar.gz
v46: gnome 42 support
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 724c8c0941f2..0102314d2eb5 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 = 45
+ pkgver = 46
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/v45.tar.gz
- sha256sums = 107776efac9aa0de28beb610f7b2781167350a151984cf04aed26b90e20391bf
+ source = https://github.com/home-sweet-gnome/dash-to-panel/archive/v46.tar.gz
+ sha256sums = 181f455b74889795e4896e0f92de7391ac5ce9b13ae24cbd2430644b921428d3
pkgname = gnome-shell-extension-dash-to-panel
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index d0d976bace06..fc1054213ce1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
-pkgver=45
+pkgver=46
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=('107776efac9aa0de28beb610f7b2781167350a151984cf04aed26b90e20391bf')
+sha256sums=('181f455b74889795e4896e0f92de7391ac5ce9b13ae24cbd2430644b921428d3')
build() {
cd "${srcdir}/${_name}-${pkgver}"