summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2017-02-05 04:27:18 +0900
committercbpark2017-02-05 04:27:18 +0900
commit697ef7a92a00eba59b7c31f32fd0c6663f261c1f (patch)
treec43fe80aadd8ec9c0588848581db9699f71d2903
parentfaff76972411267dfb5b5acdc18d64dd248f00ad (diff)
downloadaur-697ef7a92a00eba59b7c31f32fd0c6663f261c1f.tar.gz
upgpkg: gm2calc 1.3.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d82b8866612..6f6825dd9654 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.0
+ pkgver = 1.3.1
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.0.tar.gz
- sha256sums = 65007edf8d0ef52b7d07c325b1e059aa88d9587782ac976e8cf7713c40cacaba
+ source = http://www.hepforge.org/archive/gm2calc/gm2calc-1.3.1.tar.gz
+ sha256sums = 10988aebfd857241d234aad0cdca4f128245aed5e26fd733358a7d7b0d1412ea
pkgname = gm2calc
diff --git a/PKGBUILD b/PKGBUILD
index c8eb94b61fdf..c9a5b0107850 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chan Beom Park <cbpark@gmail.com>
pkgname=gm2calc
-pkgver=1.3.0
+pkgver=1.3.1
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,7 +9,7 @@ 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=('65007edf8d0ef52b7d07c325b1e059aa88d9587782ac976e8cf7713c40cacaba')
+sha256sums=('10988aebfd857241d234aad0cdca4f128245aed5e26fd733358a7d7b0d1412ea')
build() {
cd "$pkgname-$pkgver"