Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / libxpm
Commits: ef352205 by Andreas Radke at 2024-07-03T21:08:46+02:00 upgpkg: 3.5.17-2; rebuild to add .SRCINFO; SPDX license - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = libxpm + pkgdesc = X11 pixmap library + pkgver = 3.5.17 + pkgrel = 2 + url = https://xorg.freedesktop.org/ + arch = x86_64 + license = MIT + license = X11-distribute-modifications-variant + makedepends = xorg-util-macros + depends = libxt + depends = libxext + depends = libx11 + depends = glibc + source = https://xorg.freedesktop.org//releases/individual/lib/libXpm-3.5.17.tar.xz + source = https://xorg.freedesktop.org//releases/individual/lib/libXpm-3.5.17.tar.xz.sig + validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E + sha512sums = 52f9d2664a47a26c1a6ad65d18867de870b66947b0b0d99cca3512756a0aaa6ce2a245c0b49f20b70c3ce48bf04c47c333e8119a147465c277bca727f6ab017e + sha512sums = SKIP + +pkgname = libxpm ===================================== PKGBUILD ===================================== @@ -3,12 +3,12 @@ pkgname=libxpm pkgver=3.5.17 -pkgrel=1 +pkgrel=2 pkgdesc="X11 pixmap library" arch=('x86_64') -license=('custom') +license=('MIT' 'X11-distribute-modifications-variant') url="https://xorg.freedesktop.org/" -depends=('libxt' 'libxext') +depends=('libxt' 'libxext' 'libx11' 'glibc') makedepends=('xorg-util-macros') source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.xz{,.sig}) sha512sums=('52f9d2664a47a26c1a6ad65d18867de870b66947b0b0d99cca3512756a0aaa6ce2a245c0b49f20b70c3ce48bf04c47c333e8119a147465c277bca727f6ab017e' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libxpm/-/commit/ef352205162b295bfdb246f72f934aecb1ebe6dc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libxpm/-/commit/ef352205162b295bfdb246f72f934aecb1ebe6dc You're receiving this email because of your account on gitlab.archlinux.org.
