From cc2531c7d9114327565622c1d18780517067902e Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Sun, 20 Aug 2023 21:30:20 +0000 Subject: [PATCH] new release --- debian/changelog | 2 +- main.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 027042c..bcdb516 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xwayland (2:23.1.2-99pika2.lunar) lunar; urgency=medium +xwayland (2:23.2.0-99pika1.lunar) lunar; urgency=medium * Update to lunar diff --git a/main.sh b/main.sh index d620195..e484c12 100755 --- a/main.sh +++ b/main.sh @@ -1,5 +1,5 @@ # Clone Upstream -git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland -b xwayland-23.1.2 +git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland -b xwayland-23.2.0 cp -rvf ./debian ./xwayland/ cd ./xwayland @@ -7,7 +7,7 @@ cd ./xwayland apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p xwayland_23.1.2 +LOGNAME=root dh_make --createorig -y -l -p xwayland_23.2.0 dpkg-buildpackage --no-sign # Move the debs to output