summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Taylor <derek@distrotube.com>2022-07-27 11:50:38 -0500
committerDerek Taylor <derek@distrotube.com>2022-07-27 11:50:38 -0500
commitae5a9c8b609a5863e0ca6209ad76caa30d2025b7 (patch)
treec22f2e37d018d16a6e1c8ddd1bab56e49b43cd19
parentMerge branch 'feat' into 'master' (diff)
Modified PKGBUILD.
-rw-r--r--PKGBUILD5
-rw-r--r--[-rwxr-xr-x]colorscripts/suckless0
2 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2451b68..f35e4ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kunkgg <goukun07@gmail.com>
pkgname=shell-color-scripts
_pkgname=shell-color-scripts
-pkgver=1.1.r39.143937f
+pkgver=1.1.r96.da2e3c5
pkgrel=1
pkgdesc="A CLI for the collection of terminal color scripts. Included 52 beautiful terminal color scripts."
arch=('i686' 'x86_64')
@@ -34,9 +34,8 @@ package() {
mkdir -p "${pkgdir}/opt/${pkgname}/colorscripts"
install -Dm644 colorscript.1 "${pkgdir}/usr/local/man/man1/colorscript.1"
install -Dm755 colorscripts/* -t "${pkgdir}/opt/${pkgname}/colorscripts"
- install -Dm755 zsh_completion/* -t "${pkgdir}/opt/${pkgname}/zsh_completion"
+ install -Dm755 completions/* -t "${pkgdir}/opt/${pkgname}/completions"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -Dm755 colorscript.sh "${pkgdir}"/usr/bin/colorscript
- install -Dm644 zsh_completion/_colorscript -t "${pkgdir}"/usr/share/zsh/site-functions
}
diff --git a/colorscripts/suckless b/colorscripts/suckless
index dbc59be..dbc59be 100755..100644
--- a/colorscripts/suckless
+++ b/colorscripts/suckless