We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fabaa0 commit 7cd1689Copy full SHA for 7cd1689
PKGBUILD
@@ -1,15 +1,15 @@
1
# Maintainer: Yao Zi <[email protected]>
2
3
pkgname=parallel
4
-pkgver=20250922
+pkgver=20251022
5
pkgrel=1
6
pkgdesc='A shell tool for executing jobs in parallel'
7
url='https://www.gnu.org/software/parallel/'
8
arch=(any)
9
license=(GPL-3.0-only)
10
depends=(perl)
11
source=("https://ftp.gnu.org/gnu/parallel/parallel-$pkgver.tar.bz2")
12
-sha256sums=('ee3ddc3125ef7ddcd97dde5ba64ab7f71874faa2f5d7720acdd3e4bf5265a32b')
+sha256sums=('474326d59688d2fc078cf89a7b0b4a11cc9684229b3fa0158fe8bc03f1b69ee1')
13
14
build() {
15
cd "$pkgname-$pkgver"
0 commit comments