summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMr.Smith19742023-06-25 10:09:03 +0300
committerMr.Smith19742023-06-25 10:09:03 +0300
commit9b18a66c254266ba60fae803aa31c09fda8ca796 (patch)
tree6fb264b448da5570e09d075071a0712ecdf9337a
parent1a1504fb27d09dbbd4876ad8ad34f5f24b88d0e4 (diff)
downloadaur-9b18a66c254266ba60fae803aa31c09fda8ca796.tar.gz
updated
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD4
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b257bb7486f..14dff01bab8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,18 @@
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 = 4.1.12
+ pkgver = 4.1.13
pkgrel = 1
url = http://softsusy.hepforge.org
arch = x86_64
license = GPL
+ makedepends = autoconf
depends = gcc-libs
depends = gcc-fortran
- source = http://www.hepforge.org/archive/softsusy/softsusy-4.1.12.tar.gz
- sha256sums = 2a5980e80f4346fa511c62050fb2321322090a5e2852766e250af563676f7185
+ source = http://www.hepforge.org/archive/softsusy/softsusy-4.1.13.tar.gz
+ source = remove_duplicate_header.patch
+ source = remove_install_data_local.patch
+ sha256sums = c80c02f15700c793e6d744e02b76adedcbc0d295c6622dd104473ba9ace2833e
+ sha256sums = 363e0537caf14b340d1d1308f768e314f0b14a90455c4ba4eaa2fd41884c369b
+ sha256sums = 5a58edaa0a73a594d7f9758135f0ce10e7cb01c2d6f2a1b08b37237fc5b12263
pkgname = softsusy
diff --git a/PKGBUILD b/PKGBUILD
index cda7e4dfa1e9..d0fa8434128b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chan Beom Park <cbpark@gmail.com>
pkgname=softsusy
-pkgver=4.1.12
+pkgver=4.1.13
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=("x86_64")
@@ -12,7 +12,7 @@ depends=("gcc-libs" "gcc-fortran")
source=("http://www.hepforge.org/archive/softsusy/${pkgname}-${pkgver}.tar.gz"
"remove_duplicate_header.patch"
"remove_install_data_local.patch")
-sha256sums=('2a5980e80f4346fa511c62050fb2321322090a5e2852766e250af563676f7185'
+sha256sums=('c80c02f15700c793e6d744e02b76adedcbc0d295c6622dd104473ba9ace2833e'
'363e0537caf14b340d1d1308f768e314f0b14a90455c4ba4eaa2fd41884c369b'
'5a58edaa0a73a594d7f9758135f0ce10e7cb01c2d6f2a1b08b37237fc5b12263')