diff --git a/parallel/.SRCINFO b/parallel/.SRCINFO index 4b40b59f8c..8b6e5d6086 100644 --- a/parallel/.SRCINFO +++ b/parallel/.SRCINFO @@ -1,20 +1,20 @@ pkgbase = parallel pkgdesc = A shell tool for executing jobs in parallel - pkgver = 20241022 + pkgver = 20241222 pkgrel = 1 url = https://www.gnu.org/software/parallel/ arch = any license = GPL-3.0-only - source = https://ftp.gnu.org/gnu/parallel/parallel-20241022.tar.bz2 - source = https://ftp.gnu.org/gnu/parallel/parallel-20241022.tar.bz2.sig + source = https://ftp.gnu.org/gnu/parallel/parallel-20241222.tar.bz2 + source = https://ftp.gnu.org/gnu/parallel/parallel-20241222.tar.bz2.sig source = 0001-Remove-citation-things.patch validpgpkeys = CDA01A4208C4F74506107E7BD1AB451688888888 - sha512sums = 100cb032e93e054f17d3b987e9aedb63ece5b58ba43baccd420c1e83085ed846dfc4c5c0941e4d8de128058352a336d46a69a96fd259039996dcfa2db9e0786c + sha512sums = 13f24a34b00fd9570993e5594fe01c8e5889c116d9225f08478b6b63280623867c77e7beb2258400115436ee5ecdb2dc632da94d5bab68683d5ee4c8a864e390 sha512sums = SKIP - sha512sums = a2cb69903b331fd37f6f46db9dc89ca7625661a45af40468ff9bdbb1a375a30c1266406e28de28b1f00e3318662cdce3d1bd92a8cf484a34535385fb499d4759 - b2sums = 3783185c26686b4ddc37472e01d814ebb5464b39864194a5b1604e3f592cff3d8277a104a7c98a428c0d340d1e1cbacd125dc4292db13c503c0f985edd1ed8dd + sha512sums = 646c6acb53e5fb620601dd6737d9b99642336745a85e65b34d95c7a85e3714583caac264a78897800e3f02ebdfa1766b324290e0d2afabd92d046792c8fd0bf8 + b2sums = 849fa62443bfc0f43ad6283f5d0e7b813195fa712a68b401a292f6877cc14ce8389d3ec79a4047d7ca942b1c9d86fb7df43eaae378821b8b2e43588664ad9a0f b2sums = SKIP - b2sums = 4ee261562baacd39f9f049c49e7eedee909d4b50d361465fa0b6055044ebd6e1cd566cb8e6027281d93c2fdcbfa368144dd8b8ab970ccd3a775b65282cd9d7bf + b2sums = 5597cfb1c1be185a711dc6cf81eb7f4e1169c831a444891bd7116ba75cb62774262ef8f3dfe53774760bb5c0b77f58d59d2d23892283e9e9d549a15e11749629 pkgname = parallel depends = perl diff --git a/parallel/0001-Remove-citation-things.patch b/parallel/0001-Remove-citation-things.patch index 95bf65fe8e..208b7c07d0 100644 --- a/parallel/0001-Remove-citation-things.patch +++ b/parallel/0001-Remove-citation-things.patch @@ -1,6 +1,6 @@ --- a/src/parallel +++ b/src/parallel -@@ -2069,11 +2069,6 @@ sub options_completion_hash() { +@@ -2126,11 +2126,6 @@ sub options_completion_hash() { "gnu[Behave like GNU parallel]" => \$opt::gnu, "link|xapply[Link input sources]" => \$opt::link, "linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource, @@ -12,7 +12,7 @@ ("bibtex|citation". "[Print the citation notice and BibTeX entry for GNU parallel, ". "silence citation notice for all future runs, and exit. ". -@@ -2317,14 +2312,6 @@ sub parse_options(@) { +@@ -2374,14 +2369,6 @@ sub parse_options(@) { init_globals(); my @argv_before = @ARGV; @ARGV = read_options(); @@ -27,7 +27,7 @@ # no-* overrides * if($opt::nokeeporder) { $opt::keeporder = undef; } -@@ -2654,87 +2641,6 @@ sub parse_options(@) { +@@ -2711,87 +2698,6 @@ sub parse_options(@) { } } @@ -115,7 +115,7 @@ parse_halt(); if($ENV{'PARALLEL_ENV'}) { -@@ -5941,85 +5847,9 @@ sub usage() { +@@ -5998,85 +5904,9 @@ sub usage() { "--recstart str Record start separator for --pipe.", "", "GNU Parallel can do much more. See 'man $Global::progname' for details", @@ -124,8 +124,8 @@ - "If you use programs that use GNU Parallel to process data for an article in a", - "scientific publication, please cite:", - "", -- " Tange, O. (2024, October 22). GNU Parallel 20241022 ('Sinwar Nasrallah').", -- " Zenodo. https://doi.org/10.5281/zenodo.13957646", +- " Tange, O. (2024, December 22). GNU Parallel 20241222 ('Bashar').", +- " Zenodo. https://doi.org/10.5281/zenodo.14550073", - "", - # Before changing these lines, please read - # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice @@ -157,8 +157,8 @@ - "If you use programs that use GNU Parallel to process data for an article in a", - "scientific publication, please cite:", - "", -- " Tange, O. (2024, October 22). GNU Parallel 20241022 ('Sinwar Nasrallah').", -- " Zenodo. https://doi.org/10.5281/zenodo.13957646", +- " Tange, O. (2024, December 22). GNU Parallel 20241222 ('Bashar').", +- " Zenodo. https://doi.org/10.5281/zenodo.14550073", - "", - # Before changing these line, please read - # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and @@ -201,7 +201,7 @@ sub status(@) { my @w = @_; my $fh = $Global::status_fd || *STDERR; -@@ -6084,97 +5914,7 @@ sub version() { +@@ -6141,97 +5971,7 @@ sub version() { "This is free software: you are free to change and redistribute it.", "GNU $Global::progname comes with no warranty.", "", @@ -227,20 +227,20 @@ - "If you use programs that use GNU Parallel to process data for an article in a", - "scientific publication, please cite:", - "", -- "\@software{tange_2024_13957646,", +- "\@software{tange_2024_14550073,", - " author = {Tange, Ole},", -- " title = {GNU Parallel 20241022 ('Sinwar Nasrallah')},", -- " month = Oct,", +- " title = {GNU Parallel 20241222 ('Bashar')},", +- " month = Dec,", - " year = 2024,", - " note = {{GNU Parallel is a general parallelizer to run", - " multiple serial command line programs in parallel", - " without changing them.}},", - " publisher = {Zenodo},", -- " doi = {10.5281/zenodo.13957646},", -- " url = {https://doi.org/10.5281/zenodo.13957646}", +- " doi = {10.5281/zenodo.14550073},", +- " url = {https://doi.org/10.5281/zenodo.14550073}", - "}", - "", -- "(Feel free to use \\nocite{tange_2024_13957646})", +- "(Feel free to use \\nocite{tange_2024_14550073})", - "", - # Before changing these lines, please read - # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and diff --git a/parallel/PKGBUILD b/parallel/PKGBUILD index 5de85761ba..66b2a79eda 100644 --- a/parallel/PKGBUILD +++ b/parallel/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=parallel pkgname=('parallel' 'parallel-docs') -pkgver=20241022 +pkgver=20241222 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=(any) @@ -17,12 +17,12 @@ source=( "https://ftp.gnu.org/gnu/$pkgbase/$pkgbase-$pkgver.tar.bz2"{,.sig} '0001-Remove-citation-things.patch' ) -sha512sums=('100cb032e93e054f17d3b987e9aedb63ece5b58ba43baccd420c1e83085ed846dfc4c5c0941e4d8de128058352a336d46a69a96fd259039996dcfa2db9e0786c' +sha512sums=('13f24a34b00fd9570993e5594fe01c8e5889c116d9225f08478b6b63280623867c77e7beb2258400115436ee5ecdb2dc632da94d5bab68683d5ee4c8a864e390' 'SKIP' - 'a2cb69903b331fd37f6f46db9dc89ca7625661a45af40468ff9bdbb1a375a30c1266406e28de28b1f00e3318662cdce3d1bd92a8cf484a34535385fb499d4759') -b2sums=('3783185c26686b4ddc37472e01d814ebb5464b39864194a5b1604e3f592cff3d8277a104a7c98a428c0d340d1e1cbacd125dc4292db13c503c0f985edd1ed8dd' + '646c6acb53e5fb620601dd6737d9b99642336745a85e65b34d95c7a85e3714583caac264a78897800e3f02ebdfa1766b324290e0d2afabd92d046792c8fd0bf8') +b2sums=('849fa62443bfc0f43ad6283f5d0e7b813195fa712a68b401a292f6877cc14ce8389d3ec79a4047d7ca942b1c9d86fb7df43eaae378821b8b2e43588664ad9a0f' 'SKIP' - '4ee261562baacd39f9f049c49e7eedee909d4b50d361465fa0b6055044ebd6e1cd566cb8e6027281d93c2fdcbfa368144dd8b8ab970ccd3a775b65282cd9d7bf') + '5597cfb1c1be185a711dc6cf81eb7f4e1169c831a444891bd7116ba75cb62774262ef8f3dfe53774760bb5c0b77f58d59d2d23892283e9e9d549a15e11749629') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888') prepare() {