Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / xcb-util
Commits: 6821e70c by Andreas Radke at 2024-07-03T21:50:51+02:00 upgpkg: 0.4.1-2; rebuild to add .SRCINFO; SPDX license - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = xcb-util + pkgdesc = Utility libraries for XC Binding + pkgver = 0.4.1 + pkgrel = 2 + url = https://xcb.freedesktop.org + arch = x86_64 + license = X11-distribute-modifications-variant + makedepends = gperf + makedepends = xorg-util-macros + makedepends = xorgproto + depends = libxcb + depends = glibc + source = https://xcb.freedesktop.org/dist/xcb-util-0.4.1.tar.xz + source = https://xcb.freedesktop.org/dist/xcb-util-0.4.1.tar.xz.sig + validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E + sha512sums = da67f2f017d2a1788dcf35f28d6956e171303a622a1dd085cd3d69fdb2ed77965d83c557cc926ebf9b32e905eb2cbb5921987250192d78a2f5edc4d437ed7d2b + sha512sums = SKIP + +pkgname = xcb-util ===================================== PKGBUILD ===================================== @@ -4,12 +4,12 @@ pkgname=xcb-util pkgver=0.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="Utility libraries for XC Binding" arch=('x86_64') url="https://xcb.freedesktop.org" -license=('custom') -depends=('libxcb>=1.7') +license=('X11-distribute-modifications-variant') +depends=('libxcb' 'glibc') makedepends=('gperf' 'xorg-util-macros' 'xorgproto') source=(https://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.xz{,.sig}) sha512sums=('da67f2f017d2a1788dcf35f28d6956e171303a622a1dd085cd3d69fdb2ed77965d83c557cc926ebf9b32e905eb2cbb5921987250192d78a2f5edc4d437ed7d2b' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xcb-util/-/commit/6821e70c4d4ce8580318075b7a0f2acc4f05c4a8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xcb-util/-/commit/6821e70c4d4ce8580318075b7a0f2acc4f05c4a8 You're receiving this email because of your account on gitlab.archlinux.org.
