summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-08-14 10:17:23 +0200
committerNicola Murino2021-08-14 10:17:23 +0200
commit4c0463d9a11972ea8a48c6176c01fbe4b4e86b08 (patch)
tree7de835f59fe9f38f56af1f93176e591ef944ce40
parent2e16cec42a8c4d51c545d59dbc1eaa17903fc41e (diff)
downloadaur-4c0463d9a11972ea8a48c6176c01fbe4b4e86b08.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 76910c98f052..6397700428f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pop-gtk-theme-bin
pkgdesc = System76 Pop GTK+ Theme
- pkgver = 5.3.3
- pkgrel = 4
+ pkgver = 5.4.0
+ pkgrel = 1
url = https://github.com/pop-os/gtk-theme
arch = any
license = GPL2
@@ -22,7 +22,7 @@ pkgbase = pop-gtk-theme-bin
optdepends = ttf-roboto-slab: Recommended font for documents
provides = pop-gtk-theme
conflicts = pop-gtk-theme
- source = http://ppa.launchpad.net/system76/pop/ubuntu/pool/main/p/pop-gtk-theme/pop-gtk-theme_5.3.3~1625837590~21.04~11bcd41_all.deb
- sha256sums = 68b77d63bc63e743e67e393bd8170471467de3b8db3f32ab81427ffe8ed71aa2
+ source = http://ppa.launchpad.net/system76/pop/ubuntu/pool/main/p/pop-gtk-theme/pop-gtk-theme_5.4.0~1628277903~21.10~b068687_all.deb
+ sha256sums = fdbdd2f92e041a113c9de2e2959dfc33a2d591f4d61e0c61dc5cc36a6972937e
pkgname = pop-gtk-theme-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1cd5200bbb09..bf208c9b692b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname='pop-gtk-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 GTK+ Theme'
arch=('any')
url='https://github.com/pop-os/gtk-theme'
@@ -30,13 +30,13 @@ optdepends=(
"ttf-fira-mono: Recommended monospace font"
"ttf-roboto-slab: Recommended font for documents"
)
-source=("http://ppa.launchpad.net/system76/pop/ubuntu/pool/main/p/pop-gtk-theme/pop-gtk-theme_${pkgver}~${_timestamp}~21.04~${_commit}_all.deb")
-sha256sums=('68b77d63bc63e743e67e393bd8170471467de3b8db3f32ab81427ffe8ed71aa2')
+source=("http://ppa.launchpad.net/system76/pop/ubuntu/pool/main/p/pop-gtk-theme/pop-gtk-theme_${pkgver}~${_timestamp}~21.10~${_commit}_all.deb")
+sha256sums=('fdbdd2f92e041a113c9de2e2959dfc33a2d591f4d61e0c61dc5cc36a6972937e')
package() {
cd "${srcdir}"
- tar -xJC "${pkgdir}" -f data.tar.xz
+ tar --zstd -xC "${pkgdir}" -f data.tar.zst
}
# vim: ts=2 sw=2 et: