Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
just
Commits:
4100e110 by Caleb Maclennan at 2023-12-04T22:33:05+03:00
upgpkg: 1.16.0-3: Fix my bin name blooper
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = just
pkgdesc = A handy way to save and run project-specific commands
pkgver = 1.16.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/casey/just
arch = x86_64
license = custom:CC0
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=just
pkgver=1.16.0
-pkgrel=2
+pkgrel=3
pkgdesc="A handy way to save and run project-specific commands"
arch=("x86_64")
url="https://github.com/casey/just"
@@ -31,7 +31,7 @@ check() {
package() {
cd "${pkgname}-${pkgver}"
- install -Dm755 -t "${pkgdir}/usr/bin/${pkgname}" "target/release/${pkgname}"
+ install -Dm755 -t "${pkgdir}/usr/bin/" "target/release/${pkgname}"
install -Dm644 -t "${pkgdir}/usr/share/man/man1/" "man/${pkgname}.1"
install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" "LICENSE"
install -Dm644 "completions/just.zsh"
"${pkgdir}/usr/share/zsh/site-functions/_just"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/4100e1108c3c49d19a43515f3bbe683a05fbe5a5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/4100e1108c3c49d19a43515f3bbe683a05fbe5a5
You're receiving this email because of your account on gitlab.archlinux.org.