summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu Junyu2023-09-05 11:39:48 +0900
committerWu Junyu2023-09-05 11:39:48 +0900
commit089819977e43112116bdfa3c21a6f0bc3d777266 (patch)
tree581152757dca37a934eb43faba5af0c28bba173e
parentc987a77fbf7a656dcc8dbdbe68ead6ae3585e1e4 (diff)
downloadaur-089819977e43112116bdfa3c21a6f0bc3d777266.tar.gz
Update to v2023.06.30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 155545c5a28f..cf5ae9f3f4dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whitesur-gtk-theme
pkgdesc = A macOS BigSur-like theme for your GTK apps
- pkgver = 2023.04.26
+ pkgver = 2023.06.30
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-2023-04-26.tar.gz::https://github.com/vinceliuice/WhiteSur-gtk-theme/archive/2023-04-26.tar.gz
- sha256sums = a676b81e01e949d7c3e5678659524eb1fbf4301519f97564f598f6a2d5a464be
+ source = whitesur-gtk-theme-2023-06-30.tar.gz::https://github.com/vinceliuice/WhiteSur-gtk-theme/archive/2023-06-30.tar.gz
+ sha256sums = a73800e3c0db1f2c441bc890fa70c32505dd1b80c2c21b2c6f3e7d1ac2078c1e
pkgname = whitesur-gtk-theme
diff --git a/PKGBUILD b/PKGBUILD
index e5ccdf8d84e0..a3872a2027db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
_pkgname=WhiteSur-gtk-theme
-_pkgver=2023-04-26
+_pkgver=2023-06-30
pkgname=whitesur-gtk-theme
pkgver="${_pkgver//-/.}"
@@ -24,7 +24,7 @@ install="${pkgname}.install"
source=(
"${pkgname}-${_pkgver}.tar.gz::${url}/archive/${_pkgver}.tar.gz"
)
-sha256sums=('a676b81e01e949d7c3e5678659524eb1fbf4301519f97564f598f6a2d5a464be')
+sha256sums=('a73800e3c0db1f2c441bc890fa70c32505dd1b80c2c21b2c6f3e7d1ac2078c1e')
package() {
cd "${_pkgname}-${_pkgver}"