summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLinRuoshui2018-03-20 13:06:26 +0800
committerLinRuoshui2018-03-20 13:06:26 +0800
commitc1afad5deb57e46e152c6f040d3650c5c4e729c3 (patch)
treedffd080d5b9b7dae7c248ac3afe8c243063b3353 /PKGBUILD
parent72260c32963f052b7c3d145832ba642559ceef69 (diff)
downloadaur-c1afad5deb57e46e152c6f040d3650c5c4e729c3.tar.gz
change default branch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 304b9d5e5528..1d2ea030ce07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-pyfr-git')
_pkgname=('PyFR')
-pkgver=0.1.0.r720.g1dda3aa
+pkgver=0.1.0.r723.ged2a7d5
pkgrel=1
pkgdesc="Python based framework for solving advection-diffusion type problems on streaming architectures (git version)"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="http://www.pyfr.org/"
license=('BSD')
conflicts=('python-pyfr')
makedepends=('python-setuptools')
-source=("git+https://github.com/vincentlab/${_pkgname}.git")
+source=("${_pkgname}::git+https://github.com/vincentlab/${_pkgname}.git#branch=develop")
#mpi4py
depends=( 'python-gimmik>=2.0'
'python-h5py>=2.6'