summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e4ea30ffb47..0c88a5e4c7c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname='pop-gtk-theme-bin'
pkgver='5.2.0'
-pkgrel=5
-_timestamp=1587487811
-_commit=c532d92
+pkgrel=6
+_timestamp=1587567562
+_commit=b3f98df
pkgdesc='System76 Pop GTK+ Theme'
arch=('any')
url='https://github.com/pop-os/gtk-theme'
@@ -31,15 +31,12 @@ optdepends=(
"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}~20.04~${_commit}_all.deb")
-sha256sums=('e7fdecc2ba849f1423901513f139327a02f640b0ed016ca05677b60d5514a1d9')
+sha256sums=('95c6310fcb3ce755fc54b783b87e88e8ac5d85f5d978fb0fdf16bc8090521cbc')
package() {
cd "${srcdir}"
tar -xJC "${pkgdir}" -f data.tar.xz
-
- cd ${pkgdir}/usr/share/themes/Pop
- ln -s gtk-3.20 gtk-3.0
}
# vim: ts=2 sw=2 et: