summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Harvey2016-06-06 23:55:47 -0400
committerJames Harvey2016-06-06 23:55:47 -0400
commitd59448e48b52e4c7705ee96aec27ec50cc0a306e (patch)
tree4e15522e4a9a63f7099818f643650765c3cc8a95 /PKGBUILD
parente69697e386a27f969f066f48ec6e4f0b4fa30e87 (diff)
downloadaur-librdmacm.tar.gz
Upstream released 1.1.0. PKGBUILD url is no longer an array.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2fb7ddec5d5..e063b1e94703 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# * No namcap warnings or errors
pkgname=librdmacm
-pkgver=1.0.21
+pkgver=1.1.0
pkgrel=1
pkgdesc='OpenFabrics Alliance datagram transfers over RDMA for InfiniBand and iWARP'
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=('libibverbs')
source=("https://www.openfabrics.org/downloads/rdmacm/${pkgname}-${pkgver}.tar.gz")
-md5sums=('6e9bda2f115549cde20eed29221ea0c2')
+md5sums=('9459e523002978ef6e7b852e01d8b29e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"