From 98adfea8dda21c92c3e5cdb954c3bc3bf497e142 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 22 Dec 2024 17:16:43 +0100 Subject: [PATCH] Update main.sh --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index 6aa39c0..4e51a72 100755 --- a/main.sh +++ b/main.sh @@ -2,7 +2,7 @@ set -e -VERSION="0.46.2git" +VERSION="0.47.0git" source ./pika-build-config.sh @@ -17,7 +17,7 @@ cd ./hyprland apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p hyprland_"$VERSION" || echo "dh-make: Ignoring Last Error" +LOGNAME=root dh_make --createorig -y -l -p hyprland-git_"$VERSION" || echo "dh-make: Ignoring Last Error" dpkg-buildpackage --no-sign # Move the debs to output