summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d61a7196b3a..968ac9211d27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# * No namcap warnings or errors
pkgname=fabtests
-pkgver=1.0.0
+pkgver=1.1.1
pkgrel=1
pkgdesc='OpenFabrics Alliance high performance fabric library tests using libfabric'
arch=('x86_64' 'i686')
url=('https://www.openfabrics.org/index.php/overview.html')
license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
-depends=('libfabric' 'bash')
+depends=('libfabric' 'bash' 'ruby')
source=("https://www.openfabrics.org/downloads/ofi/${pkgname}-${pkgver}.tar.gz")
-md5sums=('fc1952e9f53def1748d9910aacaf3a31')
+md5sums=('3d847c37bfe362623cf223297ecb73a1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"