summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamed Sobh2015-10-16 16:18:35 +0300
committerMohamed Sobh2015-10-16 16:18:35 +0300
commitdd90de1a3fb402aab74a0ed5b8e7ea00e2034419 (patch)
treebe2054b551df36b3349691a53d8278a421a7b9fc
parent7dc0983f736cecd370713fecb43b0a35acaea6aa (diff)
downloadaur-dd90de1a3fb402aab74a0ed5b8e7ea00e2034419.tar.gz
Fixed upstream URL.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df605f2127b3..5dbd725c20df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-zipline
pkgdesc = A backtester for financial algorithms.
pkgver = 0.7.0
pkgrel = 1
- url = www.zipline.io
+ url = http://www.zipline.io
arch = any
license = APACHE
makedepends = python-setuptools
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'