summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b09bc43dc70f..c9fecb2021f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Submitter: Fredrik Tegenfeldt <fredrik.tegenfeldt@unige.ch>
pkgname=slurm-llnl-dev
-pkgver=17.02.0_0pre3
+pkgver=17.02.0_0pre4
# Hyphens (-) are prohibited however they are used by the package author
# therefore it is necessary to invoke ${pkgver} like ${pkgver//_/-}
# this will substituet any udnerscores (_) with hyphens
-pkgrel=2
+pkgrel=1
pkgdesc="Simple Linux Utility for Resource Management (development version)"
arch=('i686' 'x86_64')
-url="http://www.schedmd.com"
+url="https://www.schedmd.com"
license=('GPL')
depends=('munge')
optdepends=("hwloc: enables the task/cgroup plugin"
@@ -44,7 +44,7 @@ sha512sums=('61f07699353d607ec43bab2a4fe29b4a380dab10108619e67ca2737193ab044a6e2
'a1c2478a049dc1c024d773a73f363da6c9106d9533137f919394e8213376cb9167c8fcca7b038d1c45c441a1adce4524ccb68b6dd269a1000aba11b84b5352d5'
'ae2d0275bc9e0aac15d0d1dd4913b70ed4d4032e76c9c6ffdeae345c55834219f6495429d1d1c9129779221d6d08bada1228ccdb1c671b05d4a92ed6088bf55c'
'56459e20d7f2624a8e8dd2982693b257e65df22c3609d991afdc1b2f79adaefc0586a76fd5fdd7dc2bdd39b3af0c91f38ddc4b1139081968903450bc28aca304'
- '371f84bed70252f679d49c202efae8bf689de016a50ca428668523c2f91f3f74e86293d1f69c361a4515e2bda024620ee942cba75a1d977c7d8fe84520cf264d')
+ 'f2fefb6e481c8598abcbc3494caa4ec90262942076223ffb413db1e0980205334f6fda609170bc1571450d811e6571d01c3fd9e6b2c3e92f70cde458b44a0b8d')
build() {
cd "${srcdir}/slurm-${pkgver//_/-}"
@@ -54,7 +54,7 @@ build() {
# Optional Slurm plugins will be built automatically when the configure script
# detects that the required build requirements are present.
#
- # Read http://slurm.schedmd.com/quickstart_admin.html for more information
+ # Read https://slurm.schedmd.com/quickstart_admin.html for more information
./autogen.sh
./configure \