summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2017-12-28 11:01:02 +0100
committerGordian Edenhofer2017-12-28 11:01:02 +0100
commitdd93bc0e27b4028c1ead6187e8279bc92af445ab (patch)
treebe464b74d67427e3450f7f75d2cfc11bb0732f46
parentacc8b4293d43e189720c955567a159665187058b (diff)
downloadaur-dd93bc0e27b4028c1ead6187e8279bc92af445ab.tar.gz
upgpkg: slurm-llnl 17.11.1.1-1
upgpkg: slurm-llnl-dev 17.11.1.1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b29d1118e02..8a23fc5e0b05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = slurm-llnl-dev
pkgdesc = Simple Linux Utility for Resource Management (development version)
- pkgver = 17.11.0.1
- pkgrel = 2
+ pkgver = 17.11.1.1
+ pkgrel = 1
url = https://www.schedmd.com
install = slurm-llnl-dev.install
arch = i686
@@ -26,7 +26,7 @@ pkgbase = slurm-llnl-dev
optdepends = numactl: NUMA support in the task/affinity plugin
optdepends = ncurses: adds the smap command
optdepends = gtk2: enables the sview command, a simple graphical frontend
- provides = slurm-llnl=17.11.0.1
+ provides = slurm-llnl=17.11.1.1
conflicts = slurm-llnl
backup = etc/default/slurm-llnl
source = slurm-tmpfiles.conf
@@ -34,12 +34,12 @@ pkgbase = slurm-llnl-dev
source = slurmctld.service
source = slurmd.service
source = slurmdbd.service
- source = https://github.com/SchedMD/slurm/archive/slurm-17-11-0-1.tar.gz
+ source = https://github.com/SchedMD/slurm/archive/slurm-17-11-1-1.tar.gz
sha512sums = 61f07699353d607ec43bab2a4fe29b4a380dab10108619e67ca2737193ab044a6e263179f7def932660acefd34c790c9d2b301cd6a49d92b8b80deeb1c7b8011
sha512sums = f74dacaaffa35fa11a62bb9efa492bb4ef9b197748f28c15210f362382da27ec1dd88a57a48fc6807029c93c9033c82e11545ea36622c683ae7bd09970ef8710
sha512sums = a1c2478a049dc1c024d773a73f363da6c9106d9533137f919394e8213376cb9167c8fcca7b038d1c45c441a1adce4524ccb68b6dd269a1000aba11b84b5352d5
sha512sums = ae2d0275bc9e0aac15d0d1dd4913b70ed4d4032e76c9c6ffdeae345c55834219f6495429d1d1c9129779221d6d08bada1228ccdb1c671b05d4a92ed6088bf55c
sha512sums = 56459e20d7f2624a8e8dd2982693b257e65df22c3609d991afdc1b2f79adaefc0586a76fd5fdd7dc2bdd39b3af0c91f38ddc4b1139081968903450bc28aca304
- sha512sums = f4a4fd767482f4d8bdce6f0f80fb43b085f2014386ee79b283073ecebc62026177713daff276d819c26000b6cb5dc840a588e6a119f5863e8d2cb041092bf40a
+ sha512sums = 1c20e6a549fc691b1df260dababac6c7f23f8f622a9e911e75132ef4d504003fbce429d0d86db042efa593002bca172856fb98172e1675ddb2833387dfe0779e
pkgname = slurm-llnl-dev
diff --git a/PKGBUILD b/PKGBUILD
index 0522bad9f044..d0104724316d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
# Submitter: Fredrik Tegenfeldt <fredrik.tegenfeldt@unige.ch>
pkgname=slurm-llnl-dev
-pkgver=17.11.0.1
+pkgver=17.11.1.1
# Hyphens (-) are prohibited however they are used by the package author
# therefore it is necessary to invoke ${pkgver} like ${pkgver//./-}
# this will substitute any full stops (.) with hyphens
-pkgrel=2
+pkgrel=1
pkgdesc="Simple Linux Utility for Resource Management (development version)"
arch=('i686' 'x86_64' 'armv7h')
url="https://www.schedmd.com"
@@ -44,7 +44,7 @@ sha512sums=('61f07699353d607ec43bab2a4fe29b4a380dab10108619e67ca2737193ab044a6e2
'a1c2478a049dc1c024d773a73f363da6c9106d9533137f919394e8213376cb9167c8fcca7b038d1c45c441a1adce4524ccb68b6dd269a1000aba11b84b5352d5'
'ae2d0275bc9e0aac15d0d1dd4913b70ed4d4032e76c9c6ffdeae345c55834219f6495429d1d1c9129779221d6d08bada1228ccdb1c671b05d4a92ed6088bf55c'
'56459e20d7f2624a8e8dd2982693b257e65df22c3609d991afdc1b2f79adaefc0586a76fd5fdd7dc2bdd39b3af0c91f38ddc4b1139081968903450bc28aca304'
- 'f4a4fd767482f4d8bdce6f0f80fb43b085f2014386ee79b283073ecebc62026177713daff276d819c26000b6cb5dc840a588e6a119f5863e8d2cb041092bf40a')
+ '1c20e6a549fc691b1df260dababac6c7f23f8f622a9e911e75132ef4d504003fbce429d0d86db042efa593002bca172856fb98172e1675ddb2833387dfe0779e')
build() {
cd "${srcdir}/slurm-slurm-${pkgver//./-}"