terminal-headers


Logs | Files | LICENSE | GitLab


1
commit d35aba26b209ebbe0673078989aff2d7e2987d58
2
Author: Connor Etherington <[email protected]>
3
Date:   Sat Mar 26 21:09:59 2022 +0200
4
5
    Update.
6
---
7
 PKGBUILD | 2 +-
8
 1 file changed, 1 insertion(+), 1 deletion(-)
9
10
diff --git a/PKGBUILD b/PKGBUILD
11
index a39242a..153d6f5 100644
12
--- a/PKGBUILD
13
+++ b/PKGBUILD
14
@@ -7,7 +7,7 @@ pkgdesc='Scripts provide colorful terminal headers, meant to be placed in your s
15
 arch=(x86_64)
16
 url="https://gitlab.com/qYp/${pkgname}"
17
 license=('MIT')
18
-depends=(lolcat)
19
+depends=(python-lolcat)
20
 makedepends=(git)                 
21
 source=("git+$url.git")
22
 sha256sums=('SKIP')