Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
archlinux-contrib


Commits:
fab630aa by Robin Candau at 2025-02-12T17:47:07+01:00
upgpkg: 20250110-3: Add the missing 'parallel' optional dependency (for 
'pkggrep')

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = archlinux-contrib
        pkgdesc = Collection of contrib scripts used in Arch Linux
        pkgver = 20250110
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/archlinux/contrib
        arch = any
        license = GPL-2.0-or-later
@@ -14,6 +14,7 @@ pkgbase = archlinux-contrib
        optdepends = pacman-contrib: to enable pacdiff usage in the 
checkservices script
        optdepends = python-httpx: for check-pkg-urls
        optdepends = python-tqdm: for check-pkg-urls
+       optdepends = parallel: for pkggrep
        optdepends = ripgrep: for pkggrep
        source = 
contrib-20250110.tar.gz::https://github.com/archlinux/contrib/archive/refs/tags/20250110.tar.gz
        source = 
contrib-20250110.tar.gz.asc::https://github.com/archlinux/contrib/releases/download/20250110/contrib-20250110.tar.gz.asc


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 pkgname=archlinux-contrib
 _pkgname=contrib
 pkgver=20250110
-pkgrel=2
+pkgrel=3
 pkgdesc="Collection of contrib scripts used in Arch Linux"
 url="https://github.com/archlinux/contrib";
 arch=('any')
@@ -16,6 +16,7 @@ optdepends=('python-requests: for security tracker'
             'pacman-contrib: to enable pacdiff usage in the checkservices 
script'
             'python-httpx: for check-pkg-urls'
             'python-tqdm: for check-pkg-urls'
+            'parallel: for pkggrep'
             'ripgrep: for pkggrep')
 
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz"
         
"${_pkgname}-${pkgver}.tar.gz.asc::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz.asc")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/archlinux-contrib/-/commit/fab630aafdaae066fb48dd64d933d5cf1c78e2a0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/archlinux-contrib/-/commit/fab630aafdaae066fb48dd64d933d5cf1c78e2a0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to