diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ pkgbase = gnome-shell-extension-no-overview pkgdesc = Disable the start up overview in Gnome 40+ - pkgver = 47 + pkgver = 48 pkgrel = 1 epoch = 1 url = https://github.com/fthx/no-overview arch = any license = GPL-3.0-only depends = gnome-shell - source = gnome-shell-extension-no-overview-47.tar.gz::https://github.com/fthx/no-overview/archive/v47.tar.gz - sha256sums = 3a97f263d71264285a7aabed706a0d103e2f1596f57a4b8cc59a766c372097ec + source = gnome-shell-extension-no-overview-48.tar.gz::https://github.com/fthx/no-overview/archive/v48.tar.gz + sha256sums = d48d12d91f30d90b49bcf6342d1891b2b1871e321d68e1457b7205d3adbdcb8b pkgname = gnome-shell-extension-no-overview @@ -1,7 +1,7 @@ # Maintainer: EvaristeGalois11 <turbo dot backslid four zero zero at passinbox dot com> pkgname=gnome-shell-extension-no-overview -pkgver=47 +pkgver=48 pkgrel=1 epoch=1 pkgdesc='Disable the start up overview in Gnome 40+' @@ -10,7 +10,7 @@ url='https://github.com/fthx/no-overview' license=('GPL-3.0-only') depends=(gnome-shell) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fthx/no-overview/archive/v${pkgver}.tar.gz") -sha256sums=('3a97f263d71264285a7aabed706a0d103e2f1596f57a4b8cc59a766c372097ec') +sha256sums=('d48d12d91f30d90b49bcf6342d1891b2b1871e321d68e1457b7205d3adbdcb8b') package() { cd no-overview-${pkgver} |