summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2016-06-19 22:02:27 +0900
committercbpark2016-06-19 22:02:27 +0900
commitbea89dfd6f1d80d4d2a4be28eb093a92ef61bce2 (patch)
tree5cad486fa41b41d250a39d89ebf40e8ff12e4886
parentf3c92e91aea00e87ed96629eb684d5077b38d57e (diff)
downloadaur-bea89dfd6f1d80d4d2a4be28eb093a92ef61bce2.tar.gz
upgpkg: softsusy 3.7.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c6a920f542c..a8b1525143fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = softsusy
- pkgdesc = package to provide a SUSY spectrum.
- pkgver = 3.7.1
+ pkgdesc = This program provides a SUSY spectrum in the NMSSM, or the MSSM including flavour violation and with or without R-parity consistent with input Standard Model fermion mass/mixings and electroweak/strong coupling data.
+ pkgver = 3.7.3
pkgrel = 1
url = http://softsusy.hepforge.org
arch = i686
arch = x86_64
license = GPL
depends = gcc-fortran
- source = http://www.hepforge.org/archive/softsusy/softsusy-3.7.1.tar.gz
- sha256sums = 6811c4e167c0f832477e20755ecbddb30711d1d1a53267646715221e1d3de585
+ source = http://www.hepforge.org/archive/softsusy/softsusy-3.7.3.tar.gz
+ sha256sums = eeb9d9ae37bb9f0ecbf23d57bf6bc35770885293f08342ffe837735b8491d457
pkgname = softsusy
diff --git a/PKGBUILD b/PKGBUILD
index 945b69b92f36..e47fce2f02d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chan Beom Park <cbpark@gmail.com>
pkgname=softsusy
-pkgver=3.7.1
+pkgver=3.7.3
pkgrel=1
-pkgdesc="package to provide a SUSY spectrum."
+pkgdesc="This program provides a SUSY spectrum in the NMSSM, or the MSSM including flavour violation and with or without R-parity consistent with input Standard Model fermion mass/mixings and electroweak/strong coupling data."
arch=("i686" "x86_64")
url="http://softsusy.hepforge.org"
license=('GPL')
depends=("gcc-fortran")
source=("http://www.hepforge.org/archive/softsusy/$pkgname-$pkgver.tar.gz")
-sha256sums=('6811c4e167c0f832477e20755ecbddb30711d1d1a53267646715221e1d3de585')
+sha256sums=('eeb9d9ae37bb9f0ecbf23d57bf6bc35770885293f08342ffe837735b8491d457')
build() {
cd "$pkgname-$pkgver"