summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aff1329ae59..d5a1cd7bf9c8 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 = 2020.10.23
+ pkgver = 2020.11.11
pkgrel = 1
url = https://vinceliuice.github.io/theme-matcha.html
arch = any
@@ -11,8 +11,8 @@ pkgbase = matcha-gtk-theme
optdepends = qogir-icon-theme: Recommended icon theme
optdepends = kvantum-theme-matcha: Matching Kvantum theme
options = !strip
- source = matcha-gtk-theme-2020-10-23.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/2020-10-23.tar.gz
- sha256sums = 6c50513ea2f235e5693aaf3d7168451ab2d8ff3a0ca7352b17577ebf8d76f8f0
+ source = matcha-gtk-theme-2020-11-11.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/2020-11-11.tar.gz
+ sha256sums = db67297f9ef632895ffe0ec271346c1f48ab7ab4e776fac5e16d0e169bac1e39
pkgname = matcha-gtk-theme
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4dab8d6386e3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index c4137f39844b..47cc5ecfc624 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=2020-10-23
+_pkgver=2020-11-11
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="A flat design theme for GTK 3, GTK 2 and GNOME Shell"
@@ -15,7 +15,7 @@ optdepends=('qogir-icon-theme: Recommended icon theme'
'kvantum-theme-matcha: Matching Kvantum theme')
source=("$pkgname-$_pkgver.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/$_pkgver.tar.gz")
options=('!strip')
-sha256sums=('6c50513ea2f235e5693aaf3d7168451ab2d8ff3a0ca7352b17577ebf8d76f8f0')
+sha256sums=('db67297f9ef632895ffe0ec271346c1f48ab7ab4e776fac5e16d0e169bac1e39')
package() {
cd "Matcha-gtk-theme-$_pkgver"