summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-03-30 10:30:54 +0200
committerGordian Edenhofer2016-03-30 10:30:54 +0200
commit46aeeec34469492181b09e128eab1a2a4f07373a (patch)
tree091f1535225acc0391a562c5fd5f9b3254d43f45
parent6dc6fabdab0d7fed3087bd51878087d92ea87c46 (diff)
downloadaur-46aeeec34469492181b09e128eab1a2a4f07373a.tar.gz
Upgpkg: 27552.a685e0e-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--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 823ceb8a94e0..20319bdea039 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = slurm-llnl-git
pkgdesc = Simple Linux Utility for Resource Management (development version)
- pkgver = 27368.7fb0c98
+ pkgver = 27552.a685e0e
pkgrel = 1
url = http://www.schedmd.com
install = slurm-llnl-git.install
@@ -15,7 +15,6 @@ pkgbase = slurm-llnl-git
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
diff --git a/PKGBUILD b/PKGBUILD
index 60ddb0da0ddb..3ea79d5eff96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Submitter: Fredrik Tegenfeldt <fredrik.tegenfeldt@unige.ch>
pkgname=slurm-llnl-git
-pkgver=27368.7fb0c98
+pkgver=27552.a685e0e
pkgrel=1
pkgdesc="Simple Linux Utility for Resource Management (development version)"
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"