summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Siegert2023-08-07 11:18:08 +0200
committerFrank Siegert2023-08-07 11:18:11 +0200
commitba7c793a61a738720912e77b12310baf51054d5f (patch)
treeea43f7f8f4b548ca36f8f171cecc139c07712d06
parent76968d3fa4e1036e17cc5adc3f5c3aa10ab7f1ff (diff)
downloadaur-ba7c793a61a738720912e77b12310baf51054d5f.tar.gz
Update to 2022.11.08.0-3: Fix empty optdepends array.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83d17f2069e4..3c338d805de7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cernlib
pkgdesc = A large collection of CERN libraries and tools for high energy physics, e.g. PAW and GEANT 3.21.
pkgver = 2022.11.08.0
- pkgrel = 2
+ pkgrel = 3
url = https://cernlib.web.cern.ch/index.html
arch = x86_64
arch = i686
@@ -24,7 +24,6 @@ pkgbase = cernlib
depends = bc
depends = findutils
depends = xbae
- optdepends =
source = https://cernlib.web.cern.ch/cernlib/download/2022_source/tar/cernlib-2022.11.08.0.tar.gz
md5sums = 4c169e770280bf4162bc74f4cf284250
diff --git a/PKGBUILD b/PKGBUILD
index a2bb589a4efb..b055fb6019a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Frank Siegert <frank.siegert@googlemail.com>
pkgname=cernlib
pkgver=2022.11.08.0
-pkgrel=2
+pkgrel=3
pkgdesc="A large collection of CERN libraries and tools for high energy physics, e.g. PAW and GEANT 3.21."
arch=('x86_64' 'i686')
url="https://cernlib.web.cern.ch/index.html"
license=('GPL3')
depends=('cmake' 'make' 'openssl' 'lapack' 'blas' 'gcc' 'libnsl' 'gcc-fortran' 'openmotif' 'git' 'freetype2' 'gawk' 'libxau' 'libxaw' 'freetype2' 'bc' 'findutils' 'xbae')
-optdepends=('')
+optdepends=()
source=("https://cernlib.web.cern.ch/cernlib/download/2022_source/tar/cernlib-${pkgver}.tar.gz"
)
noextract=()