Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
treeland-protocols
Commits:
fe500058 by Felix Yan at 2026-03-04T05:33:41+08:00
upgpkg: 0.5.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = treeland-protocols
pkgdesc = Wayland protocols of treeland
- pkgver = 0.5.4
+ pkgver = 0.5.5
pkgrel = 1
url = https://github.com/linuxdeepin/treeland-protocols
arch = any
@@ -8,7 +8,7 @@ pkgbase = treeland-protocols
makedepends = git
makedepends = cmake
makedepends = ninja
- source =
git+https://github.com/linuxdeepin/treeland-protocols.git#tag=0.5.4
- sha512sums =
5627d71eceaefdb4abb78ce0402a15e7bf452530d672d704cb9e6372be41be76cd63662128bbeaa8fea422927c073557311e9302b9ba09f1a6fb6da89d435828
+ source =
git+https://github.com/linuxdeepin/treeland-protocols.git#tag=0.5.5
+ sha512sums =
804eb57879bae00fe8470e6f1d48cb28fc53c47f668aa8d2a53b90fe29b773dc2e4eea145740496c1d018705ad63327203ba382f4946a5b8e661f88ede95fe1b
pkgname = treeland-protocols
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=treeland-protocols
-pkgver=0.5.4
+pkgver=0.5.5
pkgrel=1
pkgdesc='Wayland protocols of treeland'
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/linuxdeepin/treeland-protocols"
license=('MIT')
makedepends=('git' 'cmake' 'ninja')
source=("git+https://github.com/linuxdeepin/treeland-protocols.git#tag=$pkgver")
-sha512sums=('5627d71eceaefdb4abb78ce0402a15e7bf452530d672d704cb9e6372be41be76cd63662128bbeaa8fea422927c073557311e9302b9ba09f1a6fb6da89d435828')
+sha512sums=('804eb57879bae00fe8470e6f1d48cb28fc53c47f668aa8d2a53b90fe29b773dc2e4eea145740496c1d018705ad63327203ba382f4946a5b8e661f88ede95fe1b')
build() {
cd treeland-protocols
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/treeland-protocols/-/commit/fe50005843df57c5b9574da0e62f213fb7e26108
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/treeland-protocols/-/commit/fe50005843df57c5b9574da0e62f213fb7e26108
You're receiving this email because of your account on gitlab.archlinux.org.