summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-10-29 11:10:44 -0600
committerMark Wagie2023-10-29 11:10:44 -0600
commit05710e8e31f8da6e6281907d9a56550f4e5575e5 (patch)
treed6b8ca4b5fb01bad07f498b37213df3d3e12bd11
parentd7070db25c338fa1788d2629e52579bfe6338fde (diff)
downloadaur-05710e8e31f8da6e6281907d9a56550f4e5575e5.tar.gz
2023-10-30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adf145d24fae..44af428bd2bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = matcha-gtk-theme
pkgdesc = A flat design theme for GTK 3, GTK 2 and GNOME Shell
- pkgver = 2023.04.03
+ pkgver = 2023.10.30
pkgrel = 1
url = https://vinceliuice.github.io/theme-matcha.html
install = matcha-gtk-theme.install
@@ -10,7 +10,7 @@ pkgbase = matcha-gtk-theme
optdepends = gtk-engines: GTK2 theme support
optdepends = qogir-icon-theme: Recommended icon theme
options = !strip
- source = matcha-gtk-theme-2023-04-03.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/2023-04-03.tar.gz
- sha256sums = 0d56e41402d4b8b84568a77f31851dd26536467f7ac899aa8fad23862e5a1fd6
+ source = matcha-gtk-theme-2023-10-30.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/2023-10-30.tar.gz
+ sha256sums = 9e7c1b7055bd996eaa01e8cd30e098dc1873f98690d2ace6ecad0e945307d470
pkgname = matcha-gtk-theme
diff --git a/PKGBUILD b/PKGBUILD
index 05a4ad314b65..93610825ce94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Jack Random <jack ät random.to>
# Contributor: Michael J. Pento <mjpento@verizon.net>
# Contributor: grimi <grimi at poczta dot fm>
pkgname=matcha-gtk-theme
-_pkgver=2023-04-03
+_pkgver=2023-10-30
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="A flat design theme for GTK 3, GTK 2 and GNOME Shell"
@@ -15,11 +15,11 @@ optdepends=('gtk-engine-murrine: GTK2 theme support'
'qogir-icon-theme: Recommended icon theme')
options=('!strip')
install="$pkgname.install"
-source=("$pkgname-$_pkgver.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/$_pkgver.tar.gz")
-sha256sums=('0d56e41402d4b8b84568a77f31851dd26536467f7ac899aa8fad23862e5a1fd6')
+source=("$pkgname-${_pkgver}.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/${_pkgver}.tar.gz")
+sha256sums=('9e7c1b7055bd996eaa01e8cd30e098dc1873f98690d2ace6ecad0e945307d470')
package() {
- cd "Matcha-gtk-theme-$_pkgver"
+ cd "Matcha-gtk-theme-${_pkgver}"
install -d "$pkgdir/usr/share/themes"
./install.sh -d "$pkgdir/usr/share/themes/"