Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / deepin-wayland-protocols
Commits: ec1ee8f1 by Felix Yan at 2025-01-20T15:22:28+08:00 upgpkg: 1.10.0.28-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,14 +1,15 @@ pkgbase = deepin-wayland-protocols pkgdesc = deepin Specific Protocols for Wayland - pkgver = 1.6.0.deepin.1.2 - pkgrel = 2 + pkgver = 1.10.0.28 + pkgrel = 1 url = https://github.com/linuxdeepin/deepin-wayland-protocols arch = any license = LGPL + makedepends = git makedepends = extra-cmake-modules makedepends = ninja makedepends = qt5-base - source = https://github.com/linuxdeepin/deepin-wayland-protocols/archive/1.6.0-deepin.1.2/deepin-wayland-protocols-1.6.0-deepin.1.2.tar.gz - sha256sums = 5a870dedc0f67338a977c52e13b472887958d666d787ebaee261d9aff1def124 + source = git+https://github.com/linuxdeepin/deepin-wayland-protocols.git#tag=1.10.0.28 + sha256sums = 38506291a189cab4e6817fb72a4b2c2e8ce837a5274dbd949bf7c82342c8d452 pkgname = deepin-wayland-protocols ===================================== PKGBUILD ===================================== @@ -2,19 +2,18 @@ # Contributor: justforlxz <justfor...@gmail.com> pkgname=deepin-wayland-protocols -pkgver=1.6.0.deepin.1.2 -_tag=1.6.0-deepin.1.2 -pkgrel=2 +pkgver=1.10.0.28 +pkgrel=1 pkgdesc='deepin Specific Protocols for Wayland' url="https://github.com/linuxdeepin/deepin-wayland-protocols" arch=(any) license=(LGPL) -makedepends=(extra-cmake-modules ninja qt5-base) -source=("https://github.com/linuxdeepin/deepin-wayland-protocols/archive/$_tag/$pkgname-$_tag.tar.gz") -sha256sums=('5a870dedc0f67338a977c52e13b472887958d666d787ebaee261d9aff1def124') +makedepends=(git extra-cmake-modules ninja qt5-base) +source=("git+https://github.com/linuxdeepin/deepin-wayland-protocols.git#tag=$pkgver") +sha256sums=('38506291a189cab4e6817fb72a4b2c2e8ce837a5274dbd949bf7c82342c8d452') build() { - cmake -GNinja -B build -S $pkgname-$_tag + cmake -GNinja -B build -S $pkgname cmake --build build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-wayland-protocols/-/commit/ec1ee8f164260d92ab3eeac446141686dd60b9e3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-wayland-protocols/-/commit/ec1ee8f164260d92ab3eeac446141686dd60b9e3 You're receiving this email because of your account on gitlab.archlinux.org.