Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Oct 5, 2024
1 parent 649136c commit a5a327a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ url="https://github.com/VHSgunzo/${binname}"
provides=("${pkgname}" "${binname}")
conflicts=("${pkgname}" "${binname}" "${binname}-git")
source=(
"${binname}::${url}/releases/download/v${pkgver}/${binname}-${CARCH}"
"${binname}-${CARCH}::${url}/releases/download/v${pkgver}/${binname}-${CARCH}"
"LICENSE::https://raw.githubusercontent.com/VHSgunzo/${binname}/refs/heads/main/LICENSE"
)
sha256sums=('SKIP' 'SKIP')

package() {
install -Dm755 "${pkgname}-${CARCH}" "$pkgdir/usr/bin/${binname}"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${binname}/LICENSE"
}
}

0 comments on commit a5a327a

Please sign in to comment.