summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-12-24 12:54:27 -0700
committerMark Wagie2021-12-24 12:54:27 -0700
commit7f21ac88146a92f0f33b1fda4101ca5e4993fb03 (patch)
tree97d4a03bc7461c1b9cd956b2b9b975a4ec5427af
parent261eae606e4e3ccf7230c1b5ba3828b8d94e1bc7 (diff)
downloadaur-7f21ac88146a92f0f33b1fda4101ca5e4993fb03.tar.gz
2021-12-25
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0ce7808a04f..da77c8896cd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = matcha-gtk-theme
pkgdesc = A flat design theme for GTK 3, GTK 2 and GNOME Shell
- pkgver = 2021.11.29
- pkgrel = 2
+ pkgver = 2021.12.25
+ pkgrel = 1
url = https://vinceliuice.github.io/theme-matcha.html
install = matcha-gtk-theme.install
arch = any
@@ -11,7 +11,7 @@ pkgbase = matcha-gtk-theme
optdepends = qogir-icon-theme: Recommended icon theme
optdepends = kvantum-theme-matcha: Matching Kvantum theme
options = !strip
- source = matcha-gtk-theme-2021-11-29.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/2021-11-29.tar.gz
- sha256sums = cab96ac447561d5dc8e97945dbc44521876e3f708aa5c1541301258f4543a5ca
+ source = matcha-gtk-theme-2021-12-25.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/2021-12-25.tar.gz
+ sha256sums = 48c0ebd817ff55b0c40ff6753202c01777311955e8ef194ff22ba7757788e87d
pkgname = matcha-gtk-theme
diff --git a/PKGBUILD b/PKGBUILD
index 3cbc80c67844..7d860ee67ef0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Michael J. Pento <mjpento@verizon.net>
# Contributor: grimi <grimi at poczta dot fm>
pkgname=matcha-gtk-theme
-_pkgver=2021-11-29
+_pkgver=2021-12-25
pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=1
pkgdesc="A flat design theme for GTK 3, GTK 2 and GNOME Shell"
arch=('any')
url="https://vinceliuice.github.io/theme-matcha.html"
@@ -17,7 +17,7 @@ optdepends=('gtk-engine-murrine: GTK2 theme support'
options=('!strip')
install="$pkgname.install"
source=("$pkgname-$_pkgver.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/$_pkgver.tar.gz")
-sha256sums=('cab96ac447561d5dc8e97945dbc44521876e3f708aa5c1541301258f4543a5ca')
+sha256sums=('48c0ebd817ff55b0c40ff6753202c01777311955e8ef194ff22ba7757788e87d')
package() {
cd "Matcha-gtk-theme-$_pkgver"