summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Harvey2016-06-09 00:20:39 -0400
committerJames Harvey2016-06-09 00:20:39 -0400
commitc6142172c194298e1d0ce7dc0c9ab5b63723b5d1 (patch)
treecf4497e76d677fc658d95714af6668862a12cf1c /PKGBUILD
parent47c8682d8fbaa9e702df31dfc52b6f1a652abe54 (diff)
downloadaur-libnes.tar.gz
PKGBUILD url is no longer an array.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6faf22105b05..2c77cf9a8eb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=libnes
pkgver=1.1.4
-pkgrel=1
+pkgrel=2
pkgdesc='OpenFabrics Alliance NetEffect Ethernet Cluster Server libibverbs plug-in'
arch=('x86_64' 'i686')
-url=('https://www.openfabrics.org/downloads/nes/README.html')
+url='https://www.openfabrics.org/downloads/nes/README.html'
license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
depends=('libibverbs')
source=("https://www.openfabrics.org/downloads/nes/${pkgname}-${pkgver}.tar.gz")