summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortonyfettes2020-05-09 23:15:52 +0800
committertonyfettes2020-05-09 23:15:52 +0800
commit376d6b98738d568d27b1050daa775641fa184e68 (patch)
tree09b13b354bf3c5fd45104f66c7151a07dcbdd8a7
parenta2af43a27977b79ecd75d2c598dec059f78f9eec (diff)
downloadaur-376d6b98738d568d27b1050daa775641fa184e68.tar.gz
Try to resolve dependencies in red.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3821d9b651f4..93fa64061b23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = mondrian-kde-git
license = GPL3
makedepends = git
optdepends = plasma-desktop: for a plasma desktop theme
- optdepends = mondrian-icon-theme: for icon theme
- optdepends = mondrian-gtk-theme: for GTK theme
+ optdepends = mondrian-icon-theme-git: for icon theme
+ optdepends = mondrian-gtk-theme-git: for GTK theme
provides = mondrian-kde
conflicts = mondrian-kde
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 92544a8888cf..f845cc0f6169 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ arch=('any')
url='https://www.opencode.net/ju1464/Mondrian'
license=('GPL3')
optdepends=('plasma-desktop: for a plasma desktop theme'
- 'mondrian-icon-theme: for icon theme'
- 'mondrian-gtk-theme: for GTK theme')
+ 'mondrian-icon-theme-git: for icon theme'
+ 'mondrian-gtk-theme-git: for GTK theme')
makedepends=('git')
provides=('mondrian-kde')
conflicts=('mondrian-kde')