summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Harvey2016-06-09 00:52:26 -0400
committerJames Harvey2016-06-09 00:52:26 -0400
commit9d49b1c96a62af47a40285d73470553fcac684a9 (patch)
treeef165845d13e86f396e44485c0e043e61581b26c
parenta042dc38de75c25e9bd42349c6264466a15c401b (diff)
downloadaur-9d49b1c96a62af47a40285d73470553fcac684a9.tar.gz
PKGBUILD url is no longer an array.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09347f647fff..b5369b199dd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Thu Jun 9 04:52:15 UTC 2016
pkgbase = libcxgb3
pkgdesc = OpenFabrics Alliance userspace Chelsio T3 iWARP RNIC driver
pkgver = 1.3.1
diff --git a/PKGBUILD b/PKGBUILD
index e0bf493a7cf4..2184d39e58db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='OpenFabrics Alliance userspace Chelsio T3 iWARP RNIC driver'
# Plug-in module for libibverbs.
# Allows programs to use Chelsio hardware directly from userspace.
arch=('x86_64' 'i686')
-url=('https://www.openfabrics.org/downloads/cxgb3/README.html')
+url='https://www.openfabrics.org/downloads/cxgb3/README.html'
license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
depends=('libibverbs')
source=("https://www.openfabrics.org/downloads/cxgb3/${pkgname}-${pkgver}.tar.gz")