summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2017-03-01 04:20:41 +0900
committercbpark2017-03-01 04:20:41 +0900
commit3c246bcd8c1ef8ec7ecc9e9315c5bef23909a4d9 (patch)
treea8a326b70c022db2fba394f031c1b8c459141509
parent697ef7a92a00eba59b7c31f32fd0c6663f261c1f (diff)
downloadaur-3c246bcd8c1ef8ec7ecc9e9315c5bef23909a4d9.tar.gz
upgpkg: gm2calc 1.3.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f6825dd9654..c7246d4666f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gm2calc
pkgdesc = A C++ program which calculates the anomalous magnetic moment of the muon in the MSSM at 1-loop and leading 2-loop order.
- pkgver = 1.3.1
+ pkgver = 1.3.2
pkgrel = 1
url = http://gm2calc.hepforge.org
arch = i686
@@ -8,8 +8,8 @@ pkgbase = gm2calc
license = GPL3
depends = boost>=1.37.0
depends = eigen>=3.1
- source = http://www.hepforge.org/archive/gm2calc/gm2calc-1.3.1.tar.gz
- sha256sums = 10988aebfd857241d234aad0cdca4f128245aed5e26fd733358a7d7b0d1412ea
+ source = http://www.hepforge.org/archive/gm2calc/gm2calc-1.3.2.tar.gz
+ sha256sums = 93c3f53ce2e0e147c21c7b097ae08090a22492c5bb282eaeacccb5df05847591
pkgname = gm2calc
diff --git a/PKGBUILD b/PKGBUILD
index c9a5b0107850..326a2362ba93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chan Beom Park <cbpark@gmail.com>
pkgname=gm2calc
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc="A C++ program which calculates the anomalous magnetic moment of the muon in the MSSM at 1-loop and leading 2-loop order."
arch=("i686" "x86_64")
@@ -9,11 +9,11 @@ url="http://gm2calc.hepforge.org"
license=('GPL3')
depends=("boost>=1.37.0" "eigen>=3.1")
source=("http://www.hepforge.org/archive/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('10988aebfd857241d234aad0cdca4f128245aed5e26fd733358a7d7b0d1412ea')
+sha256sums=('93c3f53ce2e0e147c21c7b097ae08090a22492c5bb282eaeacccb5df05847591')
build() {
cd "$pkgname-$pkgver"
- make
+ make ${MAKEFLAGS}
}
package() {