David Runge pushed to branch main at Arch Linux / Packaging / Packages /
xwayland-satellite
Commits:
67cf63df by David Runge at 2025-02-11T15:59:18+01:00
upgpkg: 0.5.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = xwayland-satellite
pkgdesc = Xwayland outside your Wayland
- pkgver = 0.5
- pkgrel = 3
+ pkgver = 0.5.1
+ pkgrel = 1
url = https://github.com/Supreeeme/xwayland-satellite
arch = x86_64
license = MPL-2.0
@@ -12,8 +12,8 @@ pkgbase = xwayland-satellite
depends = libxcb
depends = xcb-util-cursor
depends = xorg-xwayland
- source =
xwayland-satellite-0.5.tar.gz::https://github.com/Supreeeme/xwayland-satellite/archive/refs/tags/v0.5.tar.gz
- sha512sums =
89d57241d69f7f35b8c68019cedbe07f9c43601db27fcfacf9725391a3969a30fa0d1f21ae50762e0c64c674a80a6859d529130881056673499363f4dfbc258b
- b2sums =
b2ab19629c2b9d099af2c2dfa81a215acb1bc0ddc6a98574a05791cdcfeb980301c33657e4f5bbc4b64c30bc08e49e8f5fcb5fd82f8103d7dc1d25f10a20b5dc
+ source =
xwayland-satellite-0.5.1.tar.gz::https://github.com/Supreeeme/xwayland-satellite/archive/refs/tags/v0.5.1.tar.gz
+ sha512sums =
31369add44d81607987a713968b80e8c237bbd545e734d1b856fe74a847623a714259c7229997bbf7a71147a3ca6a145f80ff17d7e551a33b5afe9cc4d422fb3
+ b2sums =
1a5239b30edf5d66761c8a5654180c53a3761a385815116765419f9b4c2c28481fd0d4ec58405603434dac270a88fbd782a6359e930587acc77f5ba1abd6b5f3
pkgname = xwayland-satellite
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: David Runge <[email protected]>
pkgname=xwayland-satellite
-pkgver=0.5
-pkgrel=3
+pkgver=0.5.1
+pkgrel=1
pkgdesc="Xwayland outside your Wayland"
arch=(x86_64)
url="https://github.com/Supreeeme/xwayland-satellite"
@@ -19,8 +19,8 @@ makedepends=(
rust
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('89d57241d69f7f35b8c68019cedbe07f9c43601db27fcfacf9725391a3969a30fa0d1f21ae50762e0c64c674a80a6859d529130881056673499363f4dfbc258b')
-b2sums=('b2ab19629c2b9d099af2c2dfa81a215acb1bc0ddc6a98574a05791cdcfeb980301c33657e4f5bbc4b64c30bc08e49e8f5fcb5fd82f8103d7dc1d25f10a20b5dc')
+sha512sums=('31369add44d81607987a713968b80e8c237bbd545e734d1b856fe74a847623a714259c7229997bbf7a71147a3ca6a145f80ff17d7e551a33b5afe9cc4d422fb3')
+b2sums=('1a5239b30edf5d66761c8a5654180c53a3761a385815116765419f9b4c2c28481fd0d4ec58405603434dac270a88fbd782a6359e930587acc77f5ba1abd6b5f3')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xwayland-satellite/-/commit/67cf63dfefc9b6034ab701f71331f485e25e6dd7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xwayland-satellite/-/commit/67cf63dfefc9b6034ab701f71331f485e25e6dd7
You're receiving this email because of your account on gitlab.archlinux.org.