summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-08-14 10:20:20 +0200
committerNicola Murino2021-08-14 10:20:20 +0200
commit2653114706c9dd6e16ca0d798fff3d980e236d0e (patch)
tree8efdabca7f53e66d76c161635b398777c4cb8560
parent250fba29c740a54e0c5f231e4b46bc76e9f3fe68 (diff)
downloadaur-2653114706c9dd6e16ca0d798fff3d980e236d0e.tar.gz
update to 5.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aac89d088f83..d60a6627b638 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pop-gnome-shell-theme-bin
pkgdesc = System76 Pop GNOME Shell Theme
- pkgver = 5.3.3
- pkgrel = 4
+ pkgver = 5.4.0
+ pkgrel = 1
url = https://github.com/pop-os/gnome-shell-theme
arch = any
license = GPL2
@@ -16,7 +16,7 @@ pkgbase = pop-gnome-shell-theme-bin
optdepends = pop-session-bin
provides = pop-gnome-shell-theme
conflicts = pop-gnome-shell-theme
- source = http://ppa.launchpad.net/system76/pop/ubuntu/pool/main/p/pop-gtk-theme/pop-gnome-shell-theme_5.3.3~1625837590~21.04~11bcd41_all.deb
- sha256sums = 243b5b9e08e97433ade64b80f96fa7b6f636ef5024bed2867d5487660c08cd93
+ source = http://ppa.launchpad.net/system76/pop/ubuntu/pool/main/p/pop-gtk-theme/pop-gnome-shell-theme_5.4.0~1628277903~21.10~b068687_all.deb
+ sha256sums = 3bd902faa383044da6e974ca875671c8c3f5f09fb8880ef63a922e4135067a47
pkgname = pop-gnome-shell-theme-bin
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: