makedeb


shell-color-scripts-git 1fcd013e2022.03.31-2


A CLI for the collection of terminal color scripts. Included 52 beautiful terminal color scripts.

Click here to go back to the commit logs for shell-color-scripts-git.

Commit:


Hash: a240703a84e5e0943b90ede7b1f3f1a7c7461327

Message: pkgname varible fix

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 9e8f87a..30c56f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
 pkgname = shell-color-scripts-git
 pkgbase = shell-color-scripts-git
 pkgdesc = A CLI for the collection of terminal color scripts. Included 52 beautiful terminal color scripts.
-pkgrel = 1
+pkgrel = 2
 pkgver = 1fcd013e2022.03.31
 url = https://gitlab.com/dwt1/shell-color-scripts.git
 arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b41e085..eac5fd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 pkgname=shell-color-scripts-git
 _pkgname=shell-color-scripts
 pkgver=1fcd013e2022.03.31
-pkgrel=1
+pkgrel=2
 pkgdesc="A CLI for the collection of terminal color scripts. Included 52 beautiful terminal color scripts."
 arch=('i686' 'amd64')
 url="https://gitlab.com/dwt1/shell-color-scripts.git"
@@ -25,11 +25,11 @@ pkgver() {
 
 package() {
     install -Dm644 "${srcdir}/${_pkgname}/zsh_completion/_colorscript" -t "${pkgdir}/usr/share/zsh/site-functions"
-    install -Dm755 "${srcdir}/${_pkgname}/zsh_completion/_colorscript" -t "${pkgdir}/opt/${pkgname}/zsh_completion"
+    install -Dm755 "${srcdir}/${_pkgname}/zsh_completion/_colorscript" -t "${pkgdir}/opt/${_pkgname}/zsh_completion"
     install -Dm644 "${srcdir}/${_pkgname}/colorscript.1" "${pkgdir}/usr/man/man1/colorscript.1"
     install -Dm755 "${srcdir}/${_pkgname}/colorscript.sh" "${pkgdir}/usr/bin/colorscript"
-    mkdir -p "${pkgdir}/opt/${pkgname}/colorscripts"
-    cp -vRr "${srcdir}/${_pkgname}/colorscripts" "${pkgdir}/opt/${pkgname}"
-    install -Dm644 "${srcdir}/${_pkgname}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-    install -Dm644 "${srcdir}/${_pkgname}/LICENSE"  "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+    mkdir -p "${pkgdir}/opt/${_pkgname}/colorscripts"
+    cp -vRr "${srcdir}/${_pkgname}/colorscripts" "${pkgdir}/opt/${_pkgname}"
+    install -Dm644 "${srcdir}/${_pkgname}/README.md" "${pkgdir}/usr/share/doc/${_pkgname}/README.md"
+    install -Dm644 "${srcdir}/${_pkgname}/LICENSE"  "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
  }