From 52074fb4ba022d3cad9c65753a8c3919eef2a9be Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Thu, 11 Jan 2024 14:24:58 +0100 Subject: [PATCH] update --- histausse-hello-world/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/histausse-hello-world/PKGBUILD b/histausse-hello-world/PKGBUILD index 657c618..0385f48 100644 --- a/histausse-hello-world/PKGBUILD +++ b/histausse-hello-world/PKGBUILD @@ -8,11 +8,11 @@ arch=('x86_64') license=('BSD-3-Clause') depends=("python") -source=("${pkgname}-${pkgver}::histausse-hello-world") +source=("histausse-hello-world") b2sums=('505eb4afc6b37643dc52a97659057b8f5be7e38d1f70de6c52b8891095eef698b8fab2392639b6f4ce529cbcb7e6b2077908b44ef292affade1341b13fb2a486') package() { mkdir -p "${pkgdir}/usr/bin" - mv "${pkgname}-${pkgver}" "${pkgdir}/usr/bin/${pkgname}" + mv "histausse-hello-world" "${pkgdir}/usr/bin/${pkgname}" chmod 755 "${pkgdir}/usr/bin/${pkgname}" }