[arch-commits] Commit in lhapdf/trunk (PKGBUILD fix_typo.patch)

Konstantin Gizdov kgizdov at archlinux.org
Mon Aug 10 12:41:54 UTC 2020


    Date: Monday, August 10, 2020 @ 12:41:53
  Author: kgizdov
Revision: 673651

upgpkg: lhapdf 6.3.0-1

Modified:
  lhapdf/trunk/PKGBUILD
Deleted:
  lhapdf/trunk/fix_typo.patch

----------------+
 PKGBUILD       |   11 ++++-------
 fix_typo.patch |   12 ------------
 2 files changed, 4 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-10 12:18:34 UTC (rev 673650)
+++ PKGBUILD	2020-08-10 12:41:53 UTC (rev 673651)
@@ -2,8 +2,8 @@
 # Contributor: Frank Siegert <frank dot siegert at googlemail dot com>
 # Contributor: JP-Ellis <josh at jpellis dot me>
 pkgname=lhapdf
-pkgver=6.2.3
-pkgrel=6
+pkgver=6.3.0
+pkgrel=1
 pkgdesc="A particle physics tool for evaluating PDFs from discretised data files"
 arch=('x86_64')
 url="https://lhapdf.hepforge.org/"
@@ -11,15 +11,12 @@
 makedepends=('cython')
 depends=('python')
 install=lhapdf.install
-source=("https://www.hepforge.org/archive/lhapdf/LHAPDF-${pkgver}.tar.gz"
-        'fix_typo.patch')
-sha256sums=('d6e63addc56c57b6286dc43ffc56d901516f4779a93a0f1547e14b32cfd82dd1'
-            '6ababeef3831d1bc2f708d0fbbf5e759aa983a83f9bec18706d3cb1ce257b536')
+source=("https://www.hepforge.org/archive/lhapdf/LHAPDF-${pkgver}.tar.gz")
+sha256sums=('ed4d8772b7e6be26d1a7682a13c87338d67821847aa1640d78d67d2cef8b9b5d')
 
 prepare() {
     cd "${srcdir}/LHAPDF-${pkgver}"
     sed -e 's/print Cython.Compiler.Version.version/print (Cython.Compiler.Version.version)/g' -i m4/cython.m4
-    patch -Np1 -i "${srcdir}/fix_typo.patch"
 }
 
 build() {

Deleted: fix_typo.patch
===================================================================
--- fix_typo.patch	2020-08-10 12:18:34 UTC (rev 673650)
+++ fix_typo.patch	2020-08-10 12:41:53 UTC (rev 673651)
@@ -1,12 +0,0 @@
-diff -aur LHAPDF-6.2.3-old/bin/lhapdf LHAPDF-6.2.3-new/bin/lhapdf
---- LHAPDF-6.2.3-old/bin/lhapdf	2019-05-11 23:06:38.000000000 +0300
-+++ LHAPDF-6.2.3-new/bin/lhapdf	2019-05-27 13:38:55.737898779 +0300
-@@ -287,7 +287,7 @@
-         (by default lists all sets available for download; use --installed or --outdated to explore those installed on the current system)"""
-         ap = argparse.ArgumentParser(description=__doc__, usage="%(prog)s list [options] [pattern...]")
-         ap.add_argument("PATTERNS", nargs="*", help="patterns to match PDF sets against")
--        ag = ap.add_add_mutually_exclusive_group()
-+        ag = ap.add_mutually_exclusive_group()
-         ag.add_argument("--installed", dest="INSTALLED", action="store_true", help="list installed PDF sets")
-         ag.add_argument("--outdated", dest="OUTDATED", action="store_true", help="list installed, but outdated, PDF sets")
-         ap.add_argument("--codes", dest="CODES", action="store_true", help="additionally show ID codes")



More information about the arch-commits mailing list