summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincenzo Maffione2019-08-20 21:53:21 +0200
committerVincenzo Maffione2019-08-20 21:53:21 +0200
commit389c2bb226313d9c2c664132f9bb8cf08fcc459a (patch)
tree6cb6653104f35a5deb400773ddb4482b5db03c3b
parentc034899cfcf098c7da50534525f3004aa9986f98 (diff)
downloadaur-389c2bb226313d9c2c664132f9bb8cf08fcc459a.tar.gz
upgrade to v1.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a52ec418e89c..87be6021774d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openucx
pkgdesc = Unified Communication X (http://www.openucx.org)
- pkgver = 1.4.0
+ pkgver = 1.6.0
pkgrel = 1
url = http://www.openucx.org
arch = any
@@ -8,7 +8,7 @@ pkgbase = openucx
makedepends = git
depends = numactl
depends = rdma-core
- source = git+https://github.com/openucx/ucx.git#tag=v1.4.0
+ source = git+https://github.com/openucx/ucx.git#tag=v1.6.0
md5sums = SKIP
pkgname = openucx
diff --git a/PKGBUILD b/PKGBUILD
index 802bc6640221..3fcfdfcbe242 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Vincenzo Maffione <v.maffione at gmail dot com>
pkgname=openucx
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
pkgdesc="Unified Communication X (http://www.openucx.org)"
arch=('any')
url="http://www.openucx.org"
license=('BSD')
depends=('numactl' 'rdma-core')
makedepends=('git')
-source=('git+https://github.com/openucx/ucx.git#tag=v1.4.0')
+source=('git+https://github.com/openucx/ucx.git#tag=v1.6.0')
noextract=()
md5sums=('SKIP')