summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2021-08-14 10:20:20 +0200
committerNicola Murino2021-08-14 10:20:20 +0200
commit2653114706c9dd6e16ca0d798fff3d980e236d0e (patch)
tree8efdabca7f53e66d76c161635b398777c4cb8560 /PKGBUILD
parent250fba29c740a54e0c5f231e4b46bc76e9f3fe68 (diff)
downloadaur-2653114706c9dd6e16ca0d798fff3d980e236d0e.tar.gz
update to 5.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 919050b07fd7..7e71e1a7deb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname='pop-gnome-shell-theme-bin'
-pkgver='5.3.3'
-pkgrel=4
-_timestamp=1625837590
-_commit=11bcd41
+pkgver='5.4.0'
+pkgrel=1
+_timestamp=1628277903
+_commit=b068687
pkgdesc='System76 Pop GNOME Shell Theme'
arch=('any')
url='https://github.com/pop-os/gnome-shell-theme'
@@ -24,13 +24,13 @@ optdepends=(
"ttf-roboto-slab: Recommended font for documents"
"pop-session-bin"
)
-source=("http://ppa.launchpad.net/system76/pop/ubuntu/pool/main/p/pop-gtk-theme/pop-gnome-shell-theme_${pkgver}~${_timestamp}~21.04~${_commit}_all.deb")
-sha256sums=('243b5b9e08e97433ade64b80f96fa7b6f636ef5024bed2867d5487660c08cd93')
+source=("http://ppa.launchpad.net/system76/pop/ubuntu/pool/main/p/pop-gtk-theme/pop-gnome-shell-theme_${pkgver}~${_timestamp}~21.10~${_commit}_all.deb")
+sha256sums=('3bd902faa383044da6e974ca875671c8c3f5f09fb8880ef63a922e4135067a47')
package() {
cd "${srcdir}"
- tar -xJC "${pkgdir}" -f data.tar.xz
+ tar --zstd -xC "${pkgdir}" -f data.tar.zst
}
# vim: ts=2 sw=2 et: