summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Harvey2016-06-07 00:11:08 -0400
committerJames Harvey2016-06-07 00:11:08 -0400
commit2854e3fc56f293b18d67566d04ca209a9bcb9534 (patch)
tree783417201432655b2a06ea4c0161be8856312a50 /PKGBUILD
parentd10bff1726107b8840f3e16a0355edab944e8a40 (diff)
downloadaur-2854e3fc56f293b18d67566d04ca209a9bcb9534.tar.gz
Upstream released 2.1.9. 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 8c0b157201be..c0eeb3aafdad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# * No namcap warnings or errors
pkgname=dapl
-pkgver=2.1.7
+pkgver=2.1.9
pkgrel=1
pkgdesc='OpenFabrics Alliance direct access transport libraries for InfiniBand'
arch=('x86_64' 'i686')
-url=('https://www.openfabrics.org/downloads/dapl/README.html')
+url='https://www.openfabrics.org/downloads/dapl/README.html'
license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
depends=('librdmacm')
source=("https://www.openfabrics.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('c25f1c3f99fd7cf9de7c69f664cda492')
+md5sums=('800359e1a9508a2b3005327de654fcc6')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"