From 2b8d66fef1c7a212ce99b274b6b8d5ad075a2d99 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 27 Oct 2024 14:09:47 +0100 Subject: [PATCH] Update main.sh --- main.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main.sh b/main.sh index d80ca48..f91d47b 100755 --- a/main.sh +++ b/main.sh @@ -6,15 +6,15 @@ set -e echo "$PIKA_BUILD_ARCH" > pika-build-arch -VERSION="1.0" +VERSION="0.5.0" # Clone Upstream -mkdir -p ./src-pkg-name -cp -rvf ./debian ./src-pkg-name/ -cd ./src-pkg-name/ +git clone --recurse-submodules https://github.com/hyprwm/hyprlock -b v"$VERSION" +cp -rvf ./debian ./hyprlock/ +cd ./hyprlock # Get build deps -LOGNAME=root dh_make --createorig -y -l -p src-pkg-name_"$VERSION" || echo "dh-make: Ignoring Last Error" +LOGNAME=root dh_make --createorig -y -l -p hyprlock_"$VERSION" || echo "dh-make: Ignoring Last Error" apt-get build-dep ./ -y # Build package