summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8b1525143fe..02a79ea288b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = softsusy
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
+ pkgver = 3.7.4
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.3.tar.gz
- sha256sums = eeb9d9ae37bb9f0ecbf23d57bf6bc35770885293f08342ffe837735b8491d457
+ source = http://www.hepforge.org/archive/softsusy/softsusy-3.7.4.tar.gz
+ sha256sums = 0d72181549d4405067149f391b1c7ef72da932aa9b21cdd1529343386363545b
pkgname = softsusy
diff --git a/PKGBUILD b/PKGBUILD
index e47fce2f02d7..e44a331134a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chan Beom Park <cbpark@gmail.com>
pkgname=softsusy
-pkgver=3.7.3
+pkgver=3.7.4
pkgrel=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."
arch=("i686" "x86_64")
@@ -9,7 +9,7 @@ url="http://softsusy.hepforge.org"
license=('GPL')
depends=("gcc-fortran")
source=("http://www.hepforge.org/archive/softsusy/$pkgname-$pkgver.tar.gz")
-sha256sums=('eeb9d9ae37bb9f0ecbf23d57bf6bc35770885293f08342ffe837735b8491d457')
+sha256sums=('0d72181549d4405067149f391b1c7ef72da932aa9b21cdd1529343386363545b')
build() {
cd "$pkgname-$pkgver"