summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-06-14 23:17:15 +0200
committerGoliathLabs2020-06-14 23:17:15 +0200
commit93036b78dab04c0727b6b889b60e40d2686a6cac (patch)
treec1592f95a0ba45503ee5e83b18a135de74c4ab2a /PKGBUILD
parentdd90de1a3fb402aab74a0ed5b8e7ea00e2034419 (diff)
downloadaur-93036b78dab04c0727b6b889b60e40d2686a6cac.tar.gz
Updated: 1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9955ddc10405..afcd463c77c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,13 @@
-# Maintainer: Mohamed Sobh <mohamed.alhusieny@gmail.com>
+# Maintainer:
+# Contributor: Felix Golatofski <contact@xdfr.de>
+# Contributor: Mohamed Sobh <mohamed.alhusieny@gmail.com>
+
pkgname=python-zipline
-pkgver=0.7.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
pkgdesc="A backtester for financial algorithms."
arch=('any')
-url="http://www.zipline.io"
+url="https://www.zipline.io"
license=('APACHE')
depends=(
'python>=3.3'
@@ -19,7 +22,7 @@ depends=(
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://pypi.python.org/packages/source/${pkgname:7:1}/${pkgname:7}/${pkgname:7}-${pkgver}.tar.gz")
-md5sums=('62d45c3c0d9a624e787b7e413937f7b4')
+sha256sums=('19b6607845d8d9dfa51c5679c65a143a04172f76fff70a58f9a835a69a25fbf9')
build() {
cd "$srcdir/${pkgname:7}-$pkgver"