From 9b5141feed3dc13b03a9b6a1d62cbb8d011f361f Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Thu, 11 May 2023 09:01:14 +0300 Subject: [PATCH] Update to 5.1.1 --- debian/changelog | 6 ++++++ main.sh | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 43abab4..6a80396 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +supergfxctl (5.1.1-99pika1.lunar1) lunar; urgency=low + + * New Upstream Update + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200 + supergfxctl (5.1.0-99pika1.lunar1) lunar; urgency=low * New Upstream Update diff --git a/main.sh b/main.sh index b6f105e..f76b35c 100755 --- a/main.sh +++ b/main.sh @@ -4,7 +4,7 @@ add-apt-repository https://ppa.pika-os.com add-apt-repository ppa:pikaos/pika add-apt-repository ppa:kubuntu-ppa/backports # Clone Upstream -git clone https://gitlab.com/asus-linux/supergfxctl -b 5.1.0 +git clone https://gitlab.com/asus-linux/supergfxctl -b 5.1.1 cp -rvf ./debian ./supergfxctl cd ./supergfxctl @@ -12,7 +12,7 @@ cd ./supergfxctl apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p supergfxctl_5.1.0 +LOGNAME=root dh_make --createorig -y -l -p supergfxctl_5.1.1 dpkg-buildpackage # Move the debs to output