Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / libxres
Commits: 43c6dbf1 by Andreas Radke at 2024-07-03T21:14:29+02:00 upgpkg: 1.2.2-2; rebuild to add .SRCINFO; SPDX license - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = libxres + pkgdesc = X11 Resource extension library + pkgver = 1.2.2 + pkgrel = 2 + url = https://xorg.freedesktop.org + arch = x86_64 + license = X11 + makedepends = xorg-util-macros + depends = libxext + depends = libx11 + depends = glibc + depends = xorgproto + source = https://xorg.freedesktop.org/releases/individual/lib/libXres-1.2.2.tar.xz + source = https://xorg.freedesktop.org/releases/individual/lib/libXres-1.2.2.tar.xz.sig + validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E + validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E + validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E + sha512sums = 897f2d426ea6f41169a5a52c356d1a1cb2ffb9144ae41b9fedd06455c3d81042930fe55be269ce4b8545ee65fcfe168101192a599053d810e8810f627c94f810 + sha512sums = SKIP + +pkgname = libxres ===================================== PKGBUILD ===================================== @@ -3,13 +3,13 @@ pkgname=libxres pkgver=1.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="X11 Resource extension library" arch=('x86_64') url="https://xorg.freedesktop.org" -license=('custom') -depends=('libxext') -makedepends=('xorgproto' 'xorg-util-macros') +license=('X11') +depends=('libxext' 'libx11' 'glibc' 'xorgproto') +makedepends=('xorg-util-macros') source=(${url}/releases/individual/lib/libXres-${pkgver}.tar.xz{,.sig}) sha512sums=('897f2d426ea6f41169a5a52c356d1a1cb2ffb9144ae41b9fedd06455c3d81042930fe55be269ce4b8545ee65fcfe168101192a599053d810e8810f627c94f810' 'SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libxres/-/commit/43c6dbf1024cc018c933b527e201ff5de2854b52 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libxres/-/commit/43c6dbf1024cc018c933b527e201ff5de2854b52 You're receiving this email because of your account on gitlab.archlinux.org.
