summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Harvey2016-06-07 00:04:03 -0400
committerJames Harvey2016-06-07 00:04:03 -0400
commit873e512130ba7854f1294af54f8143a0c1f58c17 (patch)
tree1096ee1c72ab3b121a8e3c72da9e5e5d42825d78
parent51106278bdf7242c87ae514f5f2511d274a41996 (diff)
downloadaur-873e512130ba7854f1294af54f8143a0c1f58c17.tar.gz
PKGBUILD url is no longer an array.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62fe5af91fd2..2ae31e757bc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Jun 7 04:03:02 UTC 2016
pkgbase = opensm
pkgdesc = OpenFabrics Alliance InfiniBand Subnet Manager and Administrator
pkgver = 3.3.19
- pkgrel = 3
+ pkgrel = 4
url = https://www.openfabrics.org/index.php/overview.html
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c138dbcffcf2..54d7edcb2de8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
# * OpenFabrics Alliance InfiniBand subnet manager (SM) and subnet administrator (SA)
# * One subnet manager is required to run each InfiniBand subnet, before initializing InfiniBand hardware
# * No Namcap warnings or errors
+# Up to date with fedora's opensm-3.3.17-5.fc23.src.rpm
pkgname=opensm
pkgver=3.3.19
-pkgrel=3
+pkgrel=4
pkgdesc='OpenFabrics Alliance InfiniBand Subnet Manager and Administrator'
arch=('x86_64' 'i686')
-url=('https://www.openfabrics.org/index.php/overview.html')
+url='https://www.openfabrics.org/index.php/overview.html'
license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
depends=('libibumad' 'rdma')
source=("https://www.openfabrics.org/downloads/management/${pkgname}-${pkgver}.tar.gz"