summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThea Barnes2021-08-16 20:59:45 -0400
committerThea Barnes2021-08-16 20:59:45 -0400
commit376eee8bfeaa96e31de5fb0ba47003edb02451db (patch)
treec97186504a94cb828f52549539ffe362ba2746cc
parentda1af26ae007b1d4143b0d9ca0db56d28c8a36c8 (diff)
downloadaur-376eee8bfeaa96e31de5fb0ba47003edb02451db.tar.gz
Fixed depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b59477cf4d2..957c7f838bd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = arch-yellow-kde-theme-git
url = https://www.pling.com/p/1575095
arch = any
license = LGPL3
- depends = arch-kde-theme
+ depends = arch-kde-theme-git
depends = papirus-paleorange-icon-theme
provides = arch-yellow-kde-theme-git
conflicts = arch-yellow-kde-theme-git
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')