This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-07-01 19:07:07 +03:00 committed by GitHub
parent 4ae2ab3845
commit cf13c08d00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
hyprland (0.41.0-100pika1) pikauwu; urgency=medium
* Update to latest version
-- ferrreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
hyprland (0.31.0-100pika1) pikauwu; urgency=medium
* Update to latest version

View File

@ -3,8 +3,8 @@
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
wget -nv https://github.com/hyprwm/Hyprland/releases/download/v0.31.0/source-v0.31.0.tar.gz
tar -xf ./source-v0.31.0.tar.gz
wget -nv https://github.com/hyprwm/Hyprland/releases/download/v.0/source-v.0.tar.gz
tar -xf ./source-v.0.tar.gz
cp -rvf ./debian ./hyprland-source
cd ./hyprland-source