summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b0f72354b91..a393c2e2b26c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: James Harvey <jamespharvey20@gmail.com>
# * Namcap warns that rdma is an unrequired dependency, but srptools needs the ib_srpt kernel module, loaded by rdma if SRP_LOAD=yes in its /etc/rdma.conf
+# Up to date with fedora's srptools-1.0.3-1.fc23.src.rpm
pkgname=srptools
pkgver=1.0.3
-pkgrel=2
+pkgrel=3
pkgdesc='OpenFabrics Alliance InfiniBand SCSI RDMA discovery tools'
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=('libibumad' 'libibverbs' 'rdma' 'bash')
+depends=('libibumad' 'libibverbs' 'rdma')
source=("https://www.openfabrics.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"
'srptools.service')
md5sums=('f3a463673dcf52c726eb7df2f7c391de'
- '82a077aa4c1aa3a243bcccb03042df77')
+ '7a3b9055eb8b5963b16b8e79a5f58be2')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"