summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-09-22 11:45:21 +0200
committerNicola Murino2021-09-22 11:45:21 +0200
commitce7f8283f9235bfb906c0a7904b832a500d7fd6f (patch)
tree4088a136192b973a610b0d154e15504907057eab
parent2bd068ddc429146374eefbabb23b8c1099e235e9 (diff)
downloadaur-ce7f8283f9235bfb906c0a7904b832a500d7fd6f.tar.gz
downgrade to 5.4.3
this is the only deb available
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a81f1bea2f9..624998ab0409 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pop-sound-theme-bin
pkgdesc = System76 Pop Sound Theme
- pkgver = 5.4.4
+ pkgver = 5.4.3
pkgrel = 1
url = https://github.com/pop-os/gtk-theme
arch = any
@@ -8,7 +8,7 @@ pkgbase = pop-sound-theme-bin
license = CCPL:by-sa
provides = pop-sound-theme
conflicts = pop-sound-theme
- source = http://ppa.launchpad.net/system76/pop/ubuntu/pool/main/p/pop-gtk-theme/pop-sound-theme_5.4.4~1629398560~21.10~6615e45_all.deb
- sha256sums = 4c8ae42e6e6b24cf2fd820b40b1ccdf58192ddecbe47cfd3d5dec483b7897b58
+ source = https://github.com/pop-os/gtk-theme/releases/download/v5.4.3/pop-sound-theme_5.4.3_all.deb
+ sha256sums = a735103610468239fbf118624c600892849239ed5875be09a73abe712322ac2a
pkgname = pop-sound-theme-bin
diff --git a/PKGBUILD b/PKGBUILD
index d146d540d711..7a5ecc878363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname='pop-sound-theme-bin'
-pkgver='5.4.4'
+pkgver='5.4.3'
pkgrel=1
_timestamp=1629398560
_commit=6615e45
@@ -13,13 +13,15 @@ license=('GPL2' 'CCPL:by-sa')
conflicts=('pop-sound-theme')
provides=('pop-sound-theme')
-source=("http://ppa.launchpad.net/system76/pop/ubuntu/pool/main/p/pop-gtk-theme/pop-sound-theme_${pkgver}~${_timestamp}~21.10~${_commit}_all.deb")
-sha256sums=('4c8ae42e6e6b24cf2fd820b40b1ccdf58192ddecbe47cfd3d5dec483b7897b58')
+#source=("http://ppa.launchpad.net/system76/pop/ubuntu/pool/main/p/pop-gtk-theme/pop-sound-theme_${pkgver}~${_timestamp}~21.10~${_commit}_all.deb")
+source=("https://github.com/pop-os/gtk-theme/releases/download/v${pkgver}/pop-sound-theme_${pkgver}_all.deb")
+sha256sums=('a735103610468239fbf118624c600892849239ed5875be09a73abe712322ac2a')
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: