summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent06a716b43401274a9d3d09c923266af6ec367b60 (diff)
downloadaur-cd1c4bb7372a186c753c114852520f712ba84259.tar.gz
v46: gnome 42 support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"