Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
treeland-protocols
Commits:
28003784 by Felix Yan at 2024-12-16T03:28:22+08:00
upgpkg: 0.4.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = treeland-protocols
pkgdesc = Wayland protocols of treeland
- pkgver = 0.4.2
+ pkgver = 0.4.3
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.4.2
- sha512sums =
550c814c30189dc8dd5c0f3dec50e7185d851649021d525beafb445031a267f8535692900432ffb340170291e536d5a852805dff2496b2838561273d28de890c
+ source =
git+https://github.com/linuxdeepin/treeland-protocols.git#tag=0.4.3
+ sha512sums =
c8152710c8800b6e0bd1880544089e21a5335eb947a55dd81eb31ba2debd88060075fa35521769be83ca9a8a5b9cc3460ad3eecccb7354fea3445fda03d0b37e
pkgname = treeland-protocols
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=treeland-protocols
-pkgver=0.4.2
+pkgver=0.4.3
pkgrel=1
pkgdesc='Wayland protocols of treeland'
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/linuxdeepin/treeland-protocols"
license=('GPL3')
makedepends=('git' 'cmake' 'ninja')
source=("git+https://github.com/linuxdeepin/treeland-protocols.git#tag=$pkgver")
-sha512sums=('550c814c30189dc8dd5c0f3dec50e7185d851649021d525beafb445031a267f8535692900432ffb340170291e536d5a852805dff2496b2838561273d28de890c')
+sha512sums=('c8152710c8800b6e0bd1880544089e21a5335eb947a55dd81eb31ba2debd88060075fa35521769be83ca9a8a5b9cc3460ad3eecccb7354fea3445fda03d0b37e')
build() {
cd treeland-protocols
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/treeland-protocols/-/commit/280037846d43829d0d29715b178926e538d0eee7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/treeland-protocols/-/commit/280037846d43829d0d29715b178926e538d0eee7
You're receiving this email because of your account on gitlab.archlinux.org.