summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf8b9d0dc9c3..2c925cc52934 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = matcha-gtk-theme-git
depends = gtk-engines
depends = gtk3
provides = matcha-gtk-theme-git
- conflicts = matcha-gtk-theme-git,
+ conflicts = matcha-gtk-theme-git
conflicts = matcha-gtk-theme
source = matcha-gtk-theme-git::git+https://github.com/vinceliuice/matcha.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 860f8e2c0998..6199be9444ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=matcha-gtk-theme-git
pkgver=r107.3ae60f0
pkgrel=1
-pkgdesc="A flat design theme for GTK3, GTK2, and Gnome-Shell."
+pkgdesc='A flat design theme for GTK3, GTK2, and Gnome-Shell.'
arch=('any')
url='https://vinceliuice.github.io/theme-matcha'
license=('GPL3')
depends=('gtk-engine-murrine' 'gtk-engines' 'gtk3')
makedepends=('git')
provides=("${pkgname}")
-conflicts=("${pkgname}", "matcha-gtk-theme")
+conflicts=("${pkgname}" 'matcha-gtk-theme')
source=("${pkgname}::git+https://github.com/vinceliuice/matcha.git")
md5sums=('SKIP')
pkgver() {