summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3vil0p3r2023-12-04 07:09:01 +0100
committerD3vil0p3r2023-12-04 07:09:01 +0100
commit2abe9b531d3b13a8cad841017ebee452dbb068d8 (patch)
tree44ae012b2f130627f1ca850ccf4a87bc0da978c5
parent089819977e43112116bdfa3c21a6f0bc3d777266 (diff)
downloadaur-2abe9b531d3b13a8cad841017ebee452dbb068d8.tar.gz
Bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf5ae9f3f4dc..31b0aa724a25 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.06.30
+ pkgver = 2023.10.13
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-06-30.tar.gz::https://github.com/vinceliuice/WhiteSur-gtk-theme/archive/2023-06-30.tar.gz
- sha256sums = a73800e3c0db1f2c441bc890fa70c32505dd1b80c2c21b2c6f3e7d1ac2078c1e
+ source = whitesur-gtk-theme-2023-10-13.tar.gz::https://github.com/vinceliuice/WhiteSur-gtk-theme/archive/2023-10-13.tar.gz
+ sha256sums = 1e100d836e72ef0d9d6ca122afca292439131933b04c992541af68767c9354f3
pkgname = whitesur-gtk-theme
diff --git a/PKGBUILD b/PKGBUILD
index a3872a2027db..2cf3aef9f108 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-06-30
+_pkgver=2023-10-13
pkgname=whitesur-gtk-theme
pkgver="${_pkgver//-/.}"
@@ -24,7 +24,7 @@ install="${pkgname}.install"
source=(
"${pkgname}-${_pkgver}.tar.gz::${url}/archive/${_pkgver}.tar.gz"
)
-sha256sums=('a73800e3c0db1f2c441bc890fa70c32505dd1b80c2c21b2c6f3e7d1ac2078c1e')
+sha256sums=('1e100d836e72ef0d9d6ca122afca292439131933b04c992541af68767c9354f3')
package() {
cd "${_pkgname}-${_pkgver}"