summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Calsaverini2016-06-30 21:25:04 +0000
committerRafael Calsaverini2016-06-30 21:25:04 +0000
commit33f9978acc7f453e78949dd5a51f7dd68e39568d (patch)
tree81d6128d02a9b62bfbc5570b148d452ef2036c2b
parentd7f4cf1ab62ebd21c2966a52f3c8911dbc6a1104 (diff)
downloadaur-33f9978acc7f453e78949dd5a51f7dd68e39568d.tar.gz
Correct PKGBUILD error + git protocol
-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() {