Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / archlinux-contrib
Commits: e637e85b by Robin Candau at 2024-12-15T18:43:39+01:00 upgpkg: 20241215-1: New upstream release https://github.com/archlinux/contrib/releases/tag/20241215 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = archlinux-contrib pkgdesc = Collection of contrib scripts used in Arch Linux - pkgver = 20240823 + pkgver = 20241215 pkgrel = 1 url = https://github.com/archlinux/contrib arch = any @@ -11,14 +11,16 @@ pkgbase = archlinux-contrib optdepends = python-requests: for security tracker optdepends = jq: for rebuild-todo optdepends = pacman-contrib: to enable pacdiff usage in the checkservices script - source = https://github.com/archlinux/contrib/releases/download/20240823/contrib-20240823.tar.gz - source = https://github.com/archlinux/contrib/releases/download/20240823/contrib-20240823.tar.gz.sig + optdepends = python-httpx: for check-pkg-urls + optdepends = python-tqdm: for check-pkg-urls + source = https://github.com/archlinux/contrib/releases/download/20241215/contrib-20241215.tar.gz + source = https://github.com/archlinux/contrib/releases/download/20241215/contrib-20241215.tar.gz.sig validpgpkeys = C100346676634E80C940FB9E9C02FF419FECBE16 validpgpkeys = 86CFFCA918CF3AF47147588051E8B148A9999C34 validpgpkeys = F00B96D15228013FFC9C9D0393B11DAA4C197E3D validpgpkeys = E499C79F53C96A54E572FEE1C06086337C50773E validpgpkeys = 262A58EC6C51F7EA395B2E2DFDC3040B92ACA748 - sha256sums = cbfe7fc04758c3af894a7c4ee8cd89e486973115310ba241d64712700f033adf + sha256sums = 50ae3aa550a45e8b83456613e98e3bae12490c755ea40c30791dfca4e5996599 sha256sums = SKIP pkgname = archlinux-contrib ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=archlinux-contrib -pkgver=20240823 +pkgver=20241215 pkgrel=1 pkgdesc='Collection of contrib scripts used in Arch Linux' arch=('any') @@ -11,14 +11,16 @@ url='https://github.com/archlinux/contrib' depends=('python' 'bash' 'pyalpm') optdepends=('python-requests: for security tracker' 'jq: for rebuild-todo' - 'pacman-contrib: to enable pacdiff usage in the checkservices script') + 'pacman-contrib: to enable pacdiff usage in the checkservices script' + 'python-httpx: for check-pkg-urls' + 'python-tqdm: for check-pkg-urls') source=("https://github.com/archlinux/contrib/releases/download/${pkgver}/contrib-${pkgver}.tar.gz"{,.sig}) validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16' # Morten Linderud '86CFFCA918CF3AF47147588051E8B148A9999C34' # Evangelos Foutras 'F00B96D15228013FFC9C9D0393B11DAA4C197E3D' # Christian Heusel 'E499C79F53C96A54E572FEE1C06086337C50773E' # Jelle van der Waa '262A58EC6C51F7EA395B2E2DFDC3040B92ACA748') # Robin Candau -sha256sums=('cbfe7fc04758c3af894a7c4ee8cd89e486973115310ba241d64712700f033adf' +sha256sums=('50ae3aa550a45e8b83456613e98e3bae12490c755ea40c30791dfca4e5996599' 'SKIP') package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/archlinux-contrib/-/commit/e637e85be5ccdb0a7d4efa80e977bd0d50666f86 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/archlinux-contrib/-/commit/e637e85be5ccdb0a7d4efa80e977bd0d50666f86 You're receiving this email because of your account on gitlab.archlinux.org.
