summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoelvaz0x012022-10-01 18:50:58 +0200
committerjoelvaz0x012022-10-01 18:50:58 +0200
commit6e2002e972e0cbffea8bb88c817f303759202268 (patch)
tree5095a76467619fa416c6d4dc40859c7a9f6f6caa
parent140e0e2e81da52f4a91c4f0ae7120d994b0487c8 (diff)
downloadaur-6e2002e972e0cbffea8bb88c817f303759202268.tar.gz
Updated to version 2022.08.26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41be7f4671a7..690f0572c503 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whitesur-gtk-theme
pkgdesc = A macOS BigSur-like theme for your GTK apps
- pkgver = 2022.02.21
+ pkgver = 2022.08.26
pkgrel = 1
url = https://github.com/vinceliuice/WhiteSur-gtk-theme
install = whitesur-gtk-theme.install
@@ -13,7 +13,7 @@ pkgbase = whitesur-gtk-theme
optdepends = whitesur-icon-theme: matching icon theme
optdepends = whitesur-cursor-theme: matching cursor theme
conflicts = whitesur-gtk-theme-git
- source = whitesur-gtk-theme-2022-02-21.tar.gz::https://github.com/vinceliuice/WhiteSur-gtk-theme/archive/2022-02-21.tar.gz
- sha256sums = eb9c9bc02f7f4efd05903130a25e2f07b247cab3486be6c41da7c795f2765137
+ source = whitesur-gtk-theme-2022-08-26.tar.gz::https://github.com/vinceliuice/WhiteSur-gtk-theme/archive/2022-08-26.tar.gz
+ sha256sums = 56c8b38668aedbd4fa69d9033c4aeb5375a9358a335b3ba03fb74edacf38d705
pkgname = whitesur-gtk-theme
diff --git a/PKGBUILD b/PKGBUILD
index b58e488dc6a9..3035f441eaa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
+# Maintainer: joelvaz0x01 <joelvaz dot whitehat at gmail dot com>
+# Contributor: Kaizhao Zhang <zhangkaizhao@gmail.com>
# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
_pkgname=WhiteSur-gtk-theme
-_pkgver=2022-02-21
+_pkgver=2022-08-26
pkgname=whitesur-gtk-theme
pkgver="${_pkgver//-/.}"
@@ -23,9 +24,7 @@ install="${pkgname}.install"
source=(
"${pkgname}-${_pkgver}.tar.gz::${url}/archive/${_pkgver}.tar.gz"
)
-sha256sums=(
- 'eb9c9bc02f7f4efd05903130a25e2f07b247cab3486be6c41da7c795f2765137'
-)
+sha256sums=('56c8b38668aedbd4fa69d9033c4aeb5375a9358a335b3ba03fb74edacf38d705')
package() {
cd "${_pkgname}-${_pkgver}"