summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Harvey2016-06-10 05:08:09 -0400
committerJames Harvey2016-06-10 05:08:09 -0400
commita8a5798cd613907f2bb5efeed122a21d4919849a (patch)
tree347907c17967f1b3f209b80d250a6c9d93bdd798 /PKGBUILD
parent79027ee49f9610c9c71650b9d729d41902b8f7e4 (diff)
downloadaur-a8a5798cd613907f2bb5efeed122a21d4919849a.tar.gz
Upstream released 1.3.0. Upstream moved to github. PKGBUILD url no longer an array.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad1312ab8dab..6bf52b5526ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# * No namcap warnings or errors
pkgname=fabtests
-pkgver=1.2.0
+pkgver=1.3.0
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')
+url='https://www.openfabrics.org/index.php/overview.html'
license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
depends=('libfabric' 'bash' 'ruby')
-source=("https://www.openfabrics.org/downloads/ofi/${pkgname}-${pkgver}.tar.gz")
-md5sums=('81a662d53e44ba1cca04554572da4e63')
+source=("https://github.com/ofiwg/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('b5f30e4c084c3f5a1fa087c44534cb0e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"