diff --git a/main.sh b/main.sh index 5fe1d75..3bcfd5c 100755 --- a/main.sh +++ b/main.sh @@ -6,14 +6,14 @@ set -e echo "$PIKA_BUILD_ARCH" > pika-build-arch -VERSION="1.2.3" +VERSION="0.1.0" # Clone Upstream -git clone https://github.com/pop-os/launcher.git -cd launcher +git clone https://github.com/pop-os/cosmic-applibrary.git +cd cosmic-applibrary # Get build deps -LOGNAME=root dh_make --createorig -y -l -p pop-launcher_"$VERSION" || echo "dh-make: Ignoring Last Error" +LOGNAME=root dh_make --createorig -y -l -p cosmic-app-library_"$VERSION" || echo "dh-make: Ignoring Last Error" apt-get build-dep ./ -y # Build package