summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-06-07 08:19:46 -0600
committerMark Wagie2022-06-07 08:19:46 -0600
commitfa25360cf8441548e8a9af35168732fd085a4c36 (patch)
tree016dd38d1927d5e1e923040f81c93e303d9e400c
parent7f21ac88146a92f0f33b1fda4101ca5e4993fb03 (diff)
downloadaur-fa25360cf8441548e8a9af35168732fd085a4c36.tar.gz
2022-06-07
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da77c8896cd5..8fc91ee9ff98 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 = 2021.12.25
+ pkgver = 2022.06.07
pkgrel = 1
url = https://vinceliuice.github.io/theme-matcha.html
install = matcha-gtk-theme.install
@@ -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-12-25.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/2021-12-25.tar.gz
- sha256sums = 48c0ebd817ff55b0c40ff6753202c01777311955e8ef194ff22ba7757788e87d
+ source = matcha-gtk-theme-2022-06-07.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/2022-06-07.tar.gz
+ sha256sums = 742def1bd64f1cb0142dbe2e2e3552dcf03c70827b877954ed071c9cd667fce1
pkgname = matcha-gtk-theme
diff --git a/PKGBUILD b/PKGBUILD
index 7d860ee67ef0..11f0d2cad244 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Michael J. Pento <mjpento@verizon.net>
# Contributor: grimi <grimi at poczta dot fm>
pkgname=matcha-gtk-theme
-_pkgver=2021-12-25
+_pkgver=2022-06-07
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="A flat design theme for GTK 3, GTK 2 and GNOME Shell"
@@ -17,17 +17,17 @@ 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=('48c0ebd817ff55b0c40ff6753202c01777311955e8ef194ff22ba7757788e87d')
+sha256sums=('742def1bd64f1cb0142dbe2e2e3552dcf03c70827b877954ed071c9cd667fce1')
package() {
cd "Matcha-gtk-theme-$_pkgver"
install -d "$pkgdir/usr/share/themes"
- ./install.sh -s new -d "$pkgdir/usr/share/themes"
+ ./install.sh -d "$pkgdir/usr/share/themes/"
# Plank theme
- install -Dm644 src/plank/dock.theme -t "$pkgdir/usr/share/plank/themes/Matcha"
+ install -Dm644 src/plank/dock.theme -t "$pkgdir/usr/share/plank/themes/Matcha/"
# Firefox & Gedit theme
install -d "$pkgdir/usr/share/doc/$pkgname"
- cp -r src/extra/* "$pkgdir/usr/share/doc/$pkgname"
+ cp -r src/extra/* "$pkgdir/usr/share/doc/$pkgname/"
}