summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-01-18 21:13:17 +0300
committerIgor Dyatlov2022-01-18 21:13:17 +0300
commit6b60efd5fd8cfa77491f3f86e4ed66b928efd722 (patch)
tree1f9148509c51b749bff952ad37c4d4366a4477c9
parent678575149282345c1cce75339f47759ff31531ac (diff)
downloadaur-6b60efd5fd8cfa77491f3f86e4ed66b928efd722.tar.gz
Updates
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 768debe91e0a..78a549a0570b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-alphabetical-grid-extension-git
pkgdesc = Restore the alphabetical ordering of the app grid, removed in GNOME 3.38
- pkgver = 13.0.r23.g72eb153
+ pkgver = 17.0.r0.g7594ebd
pkgrel = 1
url = https://github.com/stuarthayhurst/alphabetical-grid-extension
arch = any
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}"