summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortonyfettes2020-05-09 23:04:08 +0800
committertonyfettes2020-05-09 23:04:08 +0800
commit086b3ac6bbb714dd805baeadb3f098ffd46ec76f (patch)
treee58d29d49b635a5be9bb7459424c1aa82b85df20
parent543de9b7db43ba2df83ab28e88226409e3cb754c (diff)
downloadaur-086b3ac6bbb714dd805baeadb3f098ffd46ec76f.tar.gz
Fix typo.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3010ff61e350..04fca8b8c295 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = mondrian-gtk-theme-git
makedepends = git
optdepends = mondrian-icon-theme: for matched icon theme
optdepends = gtk-engine-murrine
- optdepends = gtk-engine
+ optdepends = gtk-engines
provides = mondrian-gtk-theme
conflicts = mondrian-gtk-theme
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index b69324881249..3592bdc463a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url='https://www.opencode.net/ju1464/Mondrian'
license=('GPL3')
optdepends=('mondrian-icon-theme: for matched icon theme'
- 'gtk-engine-murrine' 'gtk-engine')
+ 'gtk-engine-murrine' 'gtk-engines')
makedepends=('git')
provides=('mondrian-gtk-theme')
conflicts=('mondrian-gtk-theme')