summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-04-25 14:15:05 +0200
committerNicola Murino2020-04-25 14:15:05 +0200
commitb286ababbb765b6a903bc3400aee75c8e5eeee87 (patch)
tree1bfdfea24ade409420c2faa8c6ecf320a751718b
parent1b7e80c90c481b87c1d9800e882a08a67b3c85ca (diff)
downloadaur-b286ababbb765b6a903bc3400aee75c8e5eeee87.tar.gz
update to 5.2.0-6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17c53ab3283b..ed0331fce1fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pop-gtk-theme-bin
pkgdesc = System76 Pop GTK+ Theme
pkgver = 5.2.0
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/pop-os/gtk-theme
arch = any
license = GPL2
@@ -22,8 +22,8 @@ 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.2.0~1587487811~20.04~c532d92_all.deb
- sha256sums = e7fdecc2ba849f1423901513f139327a02f640b0ed016ca05677b60d5514a1d9
+ source = http://ppa.launchpad.net/system76/pop/ubuntu/pool/main/p/pop-gtk-theme/pop-gtk-theme_5.2.0~1587567562~20.04~b3f98df_all.deb
+ sha256sums = 95c6310fcb3ce755fc54b783b87e88e8ac5d85f5d978fb0fdf16bc8090521cbc
pkgname = pop-gtk-theme-bin
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: