T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / xcolor
Commits: 0730c80f by T.J. Townsend at 2024-07-13T22:27:21-04:00 upgpkg: 0.5.1-4: Rebuild packages that are missing .SRCINFO part 6 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = xcolor + pkgdesc = Lightweight color picker for X11 + pkgver = 0.5.1 + pkgrel = 4 + url = https://github.com/Soft/xcolor + arch = x86_64 + license = MIT + makedepends = rust + makedepends = python + depends = libxcb + depends = libxcursor + depends = libx11 + depends = gcc-libs + depends = hicolor-icon-theme + source = xcolor-0.5.1.tar.gz::https://github.com/Soft/xcolor/archive/0.5.1.tar.gz + sha256sums = cff417d0ccbece766c66a183413e167868fdbd98b8129516ff9021a4b11a5647 + +pkgname = xcolor ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=xcolor pkgver=0.5.1 -pkgrel=3 +pkgrel=4 pkgdesc="Lightweight color picker for X11" arch=('x86_64') url="https://github.com/Soft/xcolor" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xcolor/-/commit/0730c80f81d54e738d32d83ca4e27b7e84dbd2e8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xcolor/-/commit/0730c80f81d54e738d32d83ca4e27b7e84dbd2e8 You're receiving this email because of your account on gitlab.archlinux.org.
