summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn-Michael Mulesa2016-06-28 22:07:01 -0700
committerJohn-Michael Mulesa2016-06-28 22:07:01 -0700
commit097005c7310512059c84067563aa8f2a18c1c01e (patch)
tree9ddc7f86819d4131fe581f503921b95f066cdfa8
parent934fcbd387a7c63776754fc7b8eaf3a7536b4dd3 (diff)
downloadaur-097005c7310512059c84067563aa8f2a18c1c01e.tar.gz
Fix PKGBUILD.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 765d856046ab..d3a1e941539f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sun Dec 20 01:43:06 UTC 2015
pkgbase = infiniband-diags
pkgdesc = OpenFabrics Alliance diagnostic programs and scripts for InfiniBand subnets
pkgver = 1.6.6
diff --git a/PKGBUILD b/PKGBUILD
index 4af0cdcb3997..36c823d76109 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
-# Maintainer: James Harvey <jamespharvey20@gmail.com>
-# No namcap warnings or errors
+# Maintainer: John-Michael Mulesa <jmulesa@gmail.com>
pkgname=infiniband-diags
pkgver=1.6.6
pkgrel=2
pkgdesc='OpenFabrics Alliance diagnostic programs and scripts for InfiniBand subnets'
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=('libibmad' 'opensm' 'systemd' 'glib2')
source=("https://www.openfabrics.org/downloads/management/${pkgname}-${pkgver}.tar.gz"
@@ -35,7 +34,6 @@ package() {
rm -rf ${pkgdir}/etc/init.d
install -Dm644 "${srcdir}/rdma-ndd.service" "${pkgdir}/usr/lib/systemd/system/rdma-ndd.service"
- # 1.6.6 erroneously makes an empty /var/run directory - remove /var/runa nd /var with rmdir rather than "rm -r" so it will fail if not empty (future versions)
rmdir "${pkgdir}/var/run"
rmdir "${pkgdir}/var"
}