update to 4.6.2
This commit is contained in:
parent
68b2a642b9
commit
2e50a8dcab
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
asusctl (4.6.2-99pika1.lunar) lunar; urgency=low
|
||||||
|
|
||||||
|
* New Upstream Release
|
||||||
|
|
||||||
|
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200
|
||||||
|
|
||||||
|
|
||||||
asusctl (4.6.0-99pika1.lunar) lunar; urgency=low
|
asusctl (4.6.0-99pika1.lunar) lunar; urgency=low
|
||||||
|
|
||||||
* New Upstream Release
|
* New Upstream Release
|
||||||
|
4
main.sh
4
main.sh
@ -6,7 +6,7 @@ add-apt-repository https://ppa.pika-os.com
|
|||||||
add-apt-repository ppa:pikaos/pika
|
add-apt-repository ppa:pikaos/pika
|
||||||
add-apt-repository ppa:kubuntu-ppa/backports
|
add-apt-repository ppa:kubuntu-ppa/backports
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://gitlab.com/asus-linux/asusctl -b 4.6.0
|
git clone https://gitlab.com/asus-linux/asusctl -b 4.6.2
|
||||||
cp -rvf ./debian ./asusctl
|
cp -rvf ./debian ./asusctl
|
||||||
cd ./asusctl
|
cd ./asusctl
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
|
|||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
LOGNAME=root dh_make --createorig -y -l -p asusctl_4.6.0
|
LOGNAME=root dh_make --createorig -y -l -p asusctl_4.6.2
|
||||||
dpkg-buildpackage
|
dpkg-buildpackage
|
||||||
|
|
||||||
# Move the debs to output
|
# Move the debs to output
|
||||||
|
Loading…
Reference in New Issue
Block a user