summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6c20d8680da..af0037fc6bd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=gnome-shell-extension-alphabetical-grid-extension-git
-pkgver=13.0.r23.g72eb153
+pkgver=17.0.r0.g7594ebd
pkgrel=1
pkgdesc="Restore the alphabetical ordering of the app grid, removed in GNOME 3.38 "
arch=('any')
@@ -31,7 +31,7 @@ package() {
install -d ${_install_dir}
cd "$srcdir/${_source}"
- unzip ${_uuid}.shell-extension.zip -d ${_install_dir}
+ bsdtar xvf ${_uuid}.shell-extension.zip -C ${_install_dir}
install -Dm644 "schemas/org.gnome.shell.extensions.AlphabeticalAppGrid.gschema.xml" -t "${pkgdir}/usr/share/glib-2.0/schemas/"
install -Dm644 "LICENSE.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}"