summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMohamed Sobh2015-10-16 16:18:35 +0300
committerMohamed Sobh2015-10-16 16:18:35 +0300
commitdd90de1a3fb402aab74a0ed5b8e7ea00e2034419 (patch)
treebe2054b551df36b3349691a53d8278a421a7b9fc /PKGBUILD
parent7dc0983f736cecd370713fecb43b0a35acaea6aa (diff)
downloadaur-dd90de1a3fb402aab74a0ed5b8e7ea00e2034419.tar.gz
Fixed upstream URL.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9647c9296a4e..9955ddc10405 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Mohamed Sobh <mohamed.alhusieny@gmail.com>
pkgname=python-zipline
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="A backtester for financial algorithms."
arch=('any')
-url="www.zipline.io"
+url="http://www.zipline.io"
license=('APACHE')
depends=(
'python>=3.3'