diff --git a/main.sh b/main.sh index b8adb0d..51f09ce 100755 --- a/main.sh +++ b/main.sh @@ -2,22 +2,22 @@ set -e -VERSION="0.2.6" +VERSION="0.1.1" source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone --recurse-submodules https://github.com/hyprwm/hyprutils -b v"$VERSION" -cp -rvf ./debian ./hyprutils/ -cd ./hyprutils +git clone --recurse-submodules https://github.com/hyprwm/hyprgraphics -b v"$VERSION" +cp -rvf ./debian ./hyprgraphics/ +cd ./ # Get build deps apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p hyprutils_"$VERSION" || echo "dh-make: Ignoring Last Error" +LOGNAME=root dh_make --createorig -y -l -p hyprgraphics_"$VERSION" || echo "dh-make: Ignoring Last Error" dpkg-buildpackage --no-sign # Move the debs to output