Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / libxshmfence
Commits: 982744da by Andreas Radke at 2024-07-03T21:18:22+02:00 upgpkg: 1.3.2-2; rebuild to add .SRCINFO; SPDX license - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = libxshmfence + pkgdesc = a library that exposes a event API on top of Linux futexes + pkgver = 1.3.2 + pkgrel = 2 + url = https://xorg.freedesktop.org/ + arch = x86_64 + license = HPND-sell-variant + makedepends = xorg-util-macros + makedepends = xorgproto + depends = glibc + source = https://xorg.freedesktop.org//archive/individual/lib/libxshmfence-1.3.2.tar.xz + source = https://xorg.freedesktop.org//archive/individual/lib/libxshmfence-1.3.2.tar.xz.sig + validpgpkeys = 3BB639E56F861FA2E86505690FDD682D974CA72A + sha512sums = e20a6827e370726cf50489a69f4a52b897f1c44e3eba8c72a4e626b08724e877d090770b8016765736d887d5d5eaba1fda9c29066e62d259b4d1e2064bc1626c + sha512sums = SKIP + +pkgname = libxshmfence ===================================== PKGBUILD ===================================== @@ -2,12 +2,11 @@ pkgname=libxshmfence pkgver=1.3.2 -pkgrel=1 +pkgrel=2 pkgdesc="a library that exposes a event API on top of Linux futexes" arch=('x86_64') url="https://xorg.freedesktop.org/" -license=('GPL') -#groups=() +license=('HPND-sell-variant') depends=('glibc') makedepends=('xorg-util-macros' 'xorgproto') source=(${url}/archive/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig}) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libxshmfence/-/commit/982744da20dfbcaa413e47c1b27dde9ae1c4a62c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libxshmfence/-/commit/982744da20dfbcaa413e47c1b27dde9ae1c4a62c You're receiving this email because of your account on gitlab.archlinux.org.
