diff --git a/debian/changelog b/debian/changelog index a7712f3..d0fbbd4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +adw-gtk3 (4.9-100pika1) pikauwu; urgency=medium + + * Upgrade to pikauwu + + -- Ward Nakchbandi Fri, 09 Oct 2022 21:38:00 +0300 + + adw-gtk3 (4.6-99pika2.lunar) lunar; urgency=medium * Upgrade to lunar diff --git a/main.sh b/main.sh index be72203..4618731 100755 --- a/main.sh +++ b/main.sh @@ -1,5 +1,5 @@ # Clone Upstream -git clone https://github.com/lassekongo83/adw-gtk3 -b v4.6 +git clone https://github.com/lassekongo83/adw-gtk3 -b v4.9 cp -rvf ./debian ./adw-gtk3/ cd ./adw-gtk3 diff --git a/release.sh b/release.sh index 5c59923..1575255 100755 --- a/release.sh +++ b/release.sh @@ -2,7 +2,7 @@ rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/ # add debs to repo -ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pika-main /srv/www/incoming/' +ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pikauwu-main /srv/www/incoming/' # publish the repo -ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite lunar filesystem:pikarepo:' +ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite pikauwu filesystem:pikarepo:' \ No newline at end of file