summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThea Barnes2021-08-16 20:59:45 -0400
committerThea Barnes2021-08-16 20:59:45 -0400
commit376eee8bfeaa96e31de5fb0ba47003edb02451db (patch)
treec97186504a94cb828f52549539ffe362ba2746cc /PKGBUILD
parentda1af26ae007b1d4143b0d9ca0db56d28c8a36c8 (diff)
downloadaur-376eee8bfeaa96e31de5fb0ba47003edb02451db.tar.gz
Fixed depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f468a96fa622..95a1c758bc61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="ArchYellow theme for KDE"
arch=('any')
url="https://www.pling.com/p/1575095"
license=('LGPL3')
-depends=("arch-kde-theme" "papirus-paleorange-icon-theme")
+depends=("arch-kde-theme-git" "papirus-paleorange-icon-theme")
provides=("${pkgname}")
conflicts=("${pkgname}" "${pkgname}-git")
options=('!strip')