summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-09-22 11:42:52 +0200
committerNicola Murino2021-09-22 11:42:52 +0200
commita818fc241b08e6c069b4a44fadb81d94301f203e (patch)
treee9d6e8b70e5dbc890382f4390a4c4c79a9fbf83e
parentb541b2aa0079d7dfe3cff77fc9796a02c318549f (diff)
downloadaur-pop-gnome-shell-theme-bin.tar.gz
downgrade to 5.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a270b2018a4..3136e321c45d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pop-gnome-shell-theme-bin
pkgdesc = System76 Pop GNOME Shell Theme
- pkgver = 5.4.4
+ pkgver = 5.4.3
pkgrel = 1
url = https://github.com/pop-os/gnome-shell-theme
arch = any
@@ -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.4.4~1629398560~21.10~6615e45_all.deb
- sha256sums = a9ff82f753be170fa38bffc4cfb3b7ddfcf645df2d4bd8e045423fa5a102ca83
+ source = https://github.com/pop-os/gtk-theme/releases/download/v5.4.3/pop-gnome-shell-theme_5.4.3_all.deb
+ sha256sums = 71251e01add063368eb29d3fd5bae1fd0a3f6cff0a352366d44d426604d5fecc
pkgname = pop-gnome-shell-theme-bin
diff --git a/PKGBUILD b/PKGBUILD
index 299e177453bc..8f1eb6516c7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname='pop-gnome-shell-theme-bin'
-pkgver='5.4.4'
+pkgver='5.4.3'
pkgrel=1
_timestamp=1629398560
_commit=6615e45
@@ -24,13 +24,15 @@ 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.10~${_commit}_all.deb")
-sha256sums=('a9ff82f753be170fa38bffc4cfb3b7ddfcf645df2d4bd8e045423fa5a102ca83')
+#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")
+source=("https://github.com/pop-os/gtk-theme/releases/download/v${pkgver}/pop-gnome-shell-theme_${pkgver}_all.deb")
+sha256sums=('71251e01add063368eb29d3fd5bae1fd0a3f6cff0a352366d44d426604d5fecc')
package() {
cd "${srcdir}"
- tar --zstd -xC "${pkgdir}" -f data.tar.zst
+ #tar --zstd -xC "${pkgdir}" -f data.tar.zst
+ tar -xJC "${pkgdir}" -f data.tar.xz
}
# vim: ts=2 sw=2 et: