Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / archlinux-contrib
Commits: 8bc5e1fd by Robin Candau at 2024-08-23T00:34:38+02:00 upgpkg: 20240823-1: New upstream release https://github.com/archlinux/contrib/releases/tag/20240823 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = archlinux-contrib pkgdesc = Collection of contrib scripts used in Arch Linux - pkgver = 20240720 - pkgrel = 2 + pkgver = 20240823 + pkgrel = 1 url = https://github.com/archlinux/contrib arch = any license = GPL-2.0-or-later @@ -11,16 +11,14 @@ 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/20240720/contrib-20240720.tar.gz - source = https://github.com/archlinux/contrib/releases/download/20240720/contrib-20240720.tar.gz.sig - source = checkservices_honor_mM_flags.patch::https://github.com/archlinux/contrib/commit/d56a229f2ab2f4e7aa18d4abd6440df2a99df553.patch + 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 validpgpkeys = C100346676634E80C940FB9E9C02FF419FECBE16 validpgpkeys = 86CFFCA918CF3AF47147588051E8B148A9999C34 validpgpkeys = F00B96D15228013FFC9C9D0393B11DAA4C197E3D validpgpkeys = E499C79F53C96A54E572FEE1C06086337C50773E validpgpkeys = 262A58EC6C51F7EA395B2E2DFDC3040B92ACA748 - sha256sums = 6d6b22c77200e409dc1149d36dfa7dfa9e6c7e92fea68849cbc4bf76c59b562a + sha256sums = cbfe7fc04758c3af894a7c4ee8cd89e486973115310ba241d64712700f033adf sha256sums = SKIP - sha256sums = f46a68536bbb18642beb09b45b8877663363339b628cd2561691a53062963361 pkgname = archlinux-contrib ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Maintainer: Robin Candau <an...@archlinux.org> pkgname=archlinux-contrib -pkgver=20240720 -pkgrel=2 +pkgver=20240823 +pkgrel=1 pkgdesc='Collection of contrib scripts used in Arch Linux' arch=('any') license=('GPL-2.0-or-later') @@ -12,24 +12,14 @@ depends=('python' 'bash' 'pyalpm') optdepends=('python-requests: for security tracker' 'jq: for rebuild-todo' 'pacman-contrib: to enable pacdiff usage in the checkservices script') -source=("https://github.com/archlinux/contrib/releases/download/${pkgver}/contrib-${pkgver}.tar.gz"{,.sig} - checkservices_honor_mM_flags.patch::https://github.com/archlinux/contrib/commit/d56a229f2ab2f4e7aa18d4abd6440df2a99df553.patch) +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=('6d6b22c77200e409dc1149d36dfa7dfa9e6c7e92fea68849cbc4bf76c59b562a' - 'SKIP' - 'f46a68536bbb18642beb09b45b8877663363339b628cd2561691a53062963361') - -prepare() { - # Temporary patch to honor the (forgotten) -m/-M flags in checkservices - # See https://github.com/archlinux/contrib/pull/81 - # Can be removed at next upstream release - cd "contrib-${pkgver}" - patch -Np1 < "${srcdir}/checkservices_honor_mM_flags.patch" -} +sha256sums=('cbfe7fc04758c3af894a7c4ee8cd89e486973115310ba241d64712700f033adf' + 'SKIP') package() { cd "contrib-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/archlinux-contrib/-/commit/8bc5e1fdc09a24cbe3f33eb03968960495b853a1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/archlinux-contrib/-/commit/8bc5e1fdc09a24cbe3f33eb03968960495b853a1 You're receiving this email because of your account on gitlab.archlinux.org.