Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
xwayland-satellite
Commits:
7a7ba64d by Felix Yan at 2026-03-04T02:33:23+08:00
upgpkg: 0.8.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = xwayland-satellite
pkgdesc = Xwayland outside your Wayland
- pkgver = 0.8
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/Supreeeme/xwayland-satellite
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = xwayland-satellite
depends = libxcb
depends = xcb-util-cursor
depends = xorg-xwayland
- source =
xwayland-satellite-0.8.tar.gz::https://github.com/Supreeeme/xwayland-satellite/archive/refs/tags/v0.8.tar.gz
- sha512sums =
f53121f7367e1b7326b8910e58ed8d3086fa1a3d18e9cf4f6d52041ca1c1e621e44ecf6d357edefdb93f7df56c067e999f8da52e9b39ebf2b94965e17af77b53
- b2sums =
d4a920127f8a27a830bcdc768a738cd6d1fb5fadabded7416b53b237ddc3d44437b46675664e16c671cd21ec9222317273069b6474ccb1e9e50b277ac6432672
+ source =
xwayland-satellite-0.8.1.tar.gz::https://github.com/Supreeeme/xwayland-satellite/archive/refs/tags/v0.8.1.tar.gz
+ sha512sums =
f0d08d0a1ca19f286cddceac0d731b37df37a4bf8c158437dc82a46d9eb2888cf87265ca7d9b58afcf4941800349949979c73510e3f30980d6ec6a4822f205e8
+ b2sums =
3a1407fb3c0c1876114ec337199314f1fa9e347c2ed4f3ced46158c859d7a23a7fcc6041844480b95485c4982eb3dcee41855d61b88ce9cf63ea58759c286079
pkgname = xwayland-satellite
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: David Runge <[email protected]>
pkgname=xwayland-satellite
-pkgver=0.8
+pkgver=0.8.1
pkgrel=1
pkgdesc="Xwayland outside your Wayland"
arch=(x86_64)
@@ -19,8 +19,8 @@ makedepends=(
rust
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('f53121f7367e1b7326b8910e58ed8d3086fa1a3d18e9cf4f6d52041ca1c1e621e44ecf6d357edefdb93f7df56c067e999f8da52e9b39ebf2b94965e17af77b53')
-b2sums=('d4a920127f8a27a830bcdc768a738cd6d1fb5fadabded7416b53b237ddc3d44437b46675664e16c671cd21ec9222317273069b6474ccb1e9e50b277ac6432672')
+sha512sums=('f0d08d0a1ca19f286cddceac0d731b37df37a4bf8c158437dc82a46d9eb2888cf87265ca7d9b58afcf4941800349949979c73510e3f30980d6ec6a4822f205e8')
+b2sums=('3a1407fb3c0c1876114ec337199314f1fa9e347c2ed4f3ced46158c859d7a23a7fcc6041844480b95485c4982eb3dcee41855d61b88ce9cf63ea58759c286079')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xwayland-satellite/-/commit/7a7ba64d48dbaaa404bf42792f004b04ef937f6e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xwayland-satellite/-/commit/7a7ba64d48dbaaa404bf42792f004b04ef937f6e
You're receiving this email because of your account on gitlab.archlinux.org.