summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-03-30 10:15:10 +0200
committerGordian Edenhofer2016-03-30 10:15:10 +0200
commit811b9ce77e9f7de6b74ad45a93676b1936ae4209 (patch)
tree8c3fa6a45decceee7cc18820e94e20be772378ef
parentda58f50467e01a507e050fb52c5e51300e5f2b35 (diff)
downloadaur-811b9ce77e9f7de6b74ad45a93676b1936ae4209.tar.gz
Upgpkg: 15.08.9-1
Remove blcr from depends array since it is not provided in the AUR and needs heavy patching because according to the project page its latest supported kernel is 3.7.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a792e209daa..ae3d6a0b006b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 5.0.0
-# Sun Feb 21 15:02:36 UTC 2016
pkgbase = slurm-llnl
pkgdesc = Simple Linux Utility for Resource Management
- pkgver = 15.08.8
+ pkgver = 15.08.9
pkgrel = 1
url = http://www.schedmd.com
install = slurm-llnl.install
@@ -16,7 +14,6 @@ pkgbase = slurm-llnl
optdepends = libmariadbclient: support for accounting
optdepends = postgresql-libs: support for PostgreSQL
optdepends = hdf5: support for acct_gather_profile/hdf5 job profiling
- optdepends = blcr: support for the checkpoint/blcr plugin
optdepends = openssl: support for the crypto/openssl CryptoType plugin
optdepends = pam: PAM support
optdepends = readline: Readline support in scontrol and sacctmgr's interactive modes
@@ -35,12 +32,12 @@ pkgbase = slurm-llnl
source = slurmctld.service
source = slurmd.service
source = slurmdbd.service
- source = http://www.schedmd.com/download/total/slurm-15.08.8.tar.bz2
+ source = http://www.schedmd.com/download/total/slurm-15.08.9.tar.bz2
md5sums = 51e4ae2c51edf7c145d1b87bec4c344e
md5sums = cae664b8ef44d01783dade9088e25b53
md5sums = 834b641efbcb45d300630f51f08a9122
md5sums = 231a6634fcf774642021377920fffe39
md5sums = cef9d45137b9bd431dce3cbe85ef9bca
- md5sums = d3273c539fe35a623e53dcc3db7d4102
+ md5sums = 509229069300075d1caec9756ab5f5bf
pkgname = slurm-llnl
diff --git a/PKGBUILD b/PKGBUILD
index 8ffacb82bca1..0434bb6a3aa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Submitter: Fredrik Tegenfeldt <fredrik.tegenfeldt@unige.ch>
pkgname=slurm-llnl
-pkgver=15.08.8
+pkgver=15.08.9
pkgrel=1
pkgdesc="Simple Linux Utility for Resource Management"
arch=('i686' 'x86_64')
@@ -15,7 +15,6 @@ optdepends=("hwloc: enables the task/cgroup plugin"
"libmariadbclient: support for accounting"
"postgresql-libs: support for PostgreSQL"
"hdf5: support for acct_gather_profile/hdf5 job profiling"
- "blcr: support for the checkpoint/blcr plugin"
"openssl: support for the crypto/openssl CryptoType plugin"
"pam: PAM support"
"readline: Readline support in scontrol and sacctmgr's interactive modes"
@@ -41,7 +40,7 @@ md5sums=('51e4ae2c51edf7c145d1b87bec4c344e'
'834b641efbcb45d300630f51f08a9122'
'231a6634fcf774642021377920fffe39'
'cef9d45137b9bd431dce3cbe85ef9bca'
- 'd3273c539fe35a623e53dcc3db7d4102')
+ '509229069300075d1caec9756ab5f5bf')
build() {