summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2017-10-08 09:27:24 +0100
committerWill Handley2017-10-08 09:27:24 +0100
commit2cbe4cca7b36a09f53c2b9f4c6ffb2c4f32c30aa (patch)
treea3696c837bb736e23bd5673f0033e1c6cb4b69b5
parent823ec59ce506fafdec46e95b47c630a0289ce955 (diff)
downloadaur-2cbe4cca7b36a09f53c2b9f4c6ffb2c4f32c30aa.tar.gz
Corrected typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e7f69060db6..a88cc08a03c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = lalcore
pkgdesc = The LIGO Scientific Consortium Algorithm Library Suite. lalcore
pkgver = 6.18.0
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.ligo.org/DASWG/LALSuiteInstall
arch = any
groups = lalsuite
license = unknown
depends = gsl
options = !emptydirs
- source = http://software.ligo.org/lscsoft/source/lalsuite/lalcore-6.18.0.tar.xz
+ source = http://software.ligo.org/lscsoft/source/lalsuite/lal-6.18.0.tar.xz
sha256sums = 464601c529f5607c251a54843e749bc9bd962055cc04ba21fdf6150e392a0ba2
pkgname = lalcore
diff --git a/PKGBUILD b/PKGBUILD
index 384cbc04fa72..507cc6e610c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=lalcore
pkgver=6.18.0
-pkgrel=1
+pkgrel=2
pkgdesc="The LIGO Scientific Consortium Algorithm Library Suite. lalcore"
arch=(any)
url="https://wiki.ligo.org/DASWG/LALSuiteInstall"
@@ -15,10 +15,10 @@ replaces=()
backup=()
options=(!emptydirs)
install=
-source=("http://software.ligo.org/lscsoft/source/lalsuite/${pkgname}-${pkgver}.tar.xz")
+source=("http://software.ligo.org/lscsoft/source/lalsuite/lal-${pkgver}.tar.xz")
sha256sums=('464601c529f5607c251a54843e749bc9bd962055cc04ba21fdf6150e392a0ba2')
package() {
- cd "$srcdir/${pkgname}-${pkgver}"
+ cd "$srcdir/lal-${pkgver}"
sed -i 's/\-Werror//g' configure
./configure --prefix=$pkgdir/usr
make -j