summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornfnty2017-08-02 12:28:05 +0200
committernfnty2017-08-02 12:28:08 +0200
commitd1ed903f4f19921b5cad0f1e134ae1f83d0b74a8 (patch)
tree33578451ea15791d5323c073d8215c158499b19b
parent4fb291c934dff550510ed6d7e242f3e8ae45c664 (diff)
downloadaur-d1ed903f4f19921b5cad0f1e134ae1f83d0b74a8.tar.gz
Fix config file removal
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d223932402c8..d956c5e2f2d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rdma-core-git
pkgdesc = RDMA core userspace libraries and daemons
- pkgver = r3435
+ pkgver = r3501
pkgrel = 1
url = https://github.com/linux-rdma/rdma-core
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 639c7099966c..0d611ec8c27e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('rdma-core-git')
_srcname='rdma-core'
pkgdesc='RDMA core userspace libraries and daemons'
-pkgver='r3435'
+pkgver='r3501'
pkgrel='1'
arch=('x86_64')
url="https://github.com/linux-rdma/${_srcname}"
@@ -71,7 +71,6 @@ package() {
install -D --mode=0644 rdma.mlx4.conf "${pkgdir}/etc/rdma/mlx4.conf"
install -D --mode=0644 rdma.service "${pkgdir}/usr/lib/systemd/system/rdma.service"
install -D --mode=0644 rdma.udev-ipoib-naming.rules "${pkgdir}/etc/udev/rules.d/70-persistent-ipoib.rules"
- install -D --mode=0644 rdma.mlx4.user.modprobe "${pkgdir}/etc/modprobe.d/mlx4.conf"
install -D --mode=0755 rdma.modules-setup.sh "${pkgdir}/usr/lib/dracut/modules.d/05rdma/module-setup.sh"
install -D --mode=0644 rdma.udev-rules "${pkgdir}/usr/lib/udev/rules.d/98-rdma.rules"
install -D --mode=0644 rdma.mlx4.sys.modprobe "${pkgdir}/usr/lib/modprobe.d/libmlx4.conf"