mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/rdma-core to 54.0-1
This commit is contained in:
parent
71ebaa2ac2
commit
2631e7d99d
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = rdma-core
|
pkgbase = rdma-core
|
||||||
pkgdesc = RDMA core userspace libraries and daemons
|
pkgdesc = RDMA core userspace libraries and daemons
|
||||||
pkgver = 53.0
|
pkgver = 54.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/linux-rdma/rdma-core
|
url = https://github.com/linux-rdma/rdma-core
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -81,7 +81,7 @@ pkgbase = rdma-core
|
||||||
replaces = srptools
|
replaces = srptools
|
||||||
backup = etc/rdma/rdma.conf
|
backup = etc/rdma/rdma.conf
|
||||||
backup = etc/rdma/mlx4.conf
|
backup = etc/rdma/mlx4.conf
|
||||||
source = https://github.com/linux-rdma/rdma-core/archive/v53.0/rdma-core-53.0.tar.gz
|
source = https://github.com/linux-rdma/rdma-core/archive/v54.0/rdma-core-54.0.tar.gz
|
||||||
sha512sums = 8a746c92d4bf16e634703a52113b357d9b9eb35a7c36a1dffbb9a92443098b133ceeae8bbe240723e5f7ad37908f01cab8a4875753f0964a54ed2972106cd069
|
sha512sums = 00683439388ff393826c5afd49fd80b49a5d6d830d1736eceddf47b5f6faf8162bb82bbe5de05a37bf5358da794615a6fd14410a2bc14aa501c92124be25007f
|
||||||
|
|
||||||
pkgname = rdma-core
|
pkgname = rdma-core
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
pkgname=rdma-core
|
pkgname=rdma-core
|
||||||
pkgdesc="RDMA core userspace libraries and daemons"
|
pkgdesc="RDMA core userspace libraries and daemons"
|
||||||
pkgver=53.0
|
pkgver=54.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://github.com/linux-rdma/rdma-core"
|
url="https://github.com/linux-rdma/rdma-core"
|
||||||
|
@ -66,7 +66,7 @@ conflicts=("${_provides[@]}")
|
||||||
replaces=("${_provides[@]}")
|
replaces=("${_provides[@]}")
|
||||||
backup=(etc/rdma/{rdma.conf,mlx4.conf})
|
backup=(etc/rdma/{rdma.conf,mlx4.conf})
|
||||||
source=("https://github.com/linux-rdma/rdma-core/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
|
source=("https://github.com/linux-rdma/rdma-core/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
|
||||||
sha512sums=('8a746c92d4bf16e634703a52113b357d9b9eb35a7c36a1dffbb9a92443098b133ceeae8bbe240723e5f7ad37908f01cab8a4875753f0964a54ed2972106cd069')
|
sha512sums=('00683439388ff393826c5afd49fd80b49a5d6d830d1736eceddf47b5f6faf8162bb82bbe5de05a37bf5358da794615a6fd14410a2bc14aa501c92124be25007f')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue