summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c167824eb8eb..5093ab30c973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-key_bucket_filename="key.p")me=python-pymc3-git
+pkgname=python-pymc3-git
pkgver=v3.0beta.r653.g935779a
pkgrel=1
pkgdesc="Probabilistic Programming in Python. Uses Theano as a backend, supports NUTS and ADVI."
@@ -9,7 +9,7 @@ depends=('python-joblib' 'python-scipy' 'python-numpy' 'python-matplotlib' 'pyth
conflicts=('python-pymc3')
makedepends=('git' 'python-setuptools')
options=(!emptydirs)
-source=("git+https://github.com/pymc-devs/pymc3.git")
+source=("git://github.com/pymc-devs/pymc3.git")
md5sums=('SKIP')
pkgver() {