summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6539a739229b..51edcd74312a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,20 @@
_pkgname=python2-pycpa
pkgname=$_pkgname-git
-pkgver=20200909
+pkgver=20210311
pkgrel=1
pkgdesc="Pragmatic Python implementation of Compositional Performance Analysis (aka the SymTA/S approach provided by Symtavision) used for research in worst-case timing analysis."
arch=('any')
makedepends=('git')
-depends=('python2' 'python2-matplotlib' 'simpy' 'python2-setuptools' 'python2-nose' 'python2-tornado')
+depends=('python2' 'python2-matplotlib' 'python2-setuptools')
+optdepends=('python2-twisted: for RPC interface'
+ 'python2-simpy: for simulation module')
provides=('python2-pycpa')
replaces=('python2-pycpa-git')
-url="https://bitbucket.org/pycpa/pycpa/"
+url="https://github.com/IDA-TUBS/pycpa.git"
license=('MIT')
-source=("git+https://bitbucket.org/pycpa/pycpa")
+source=("git+https://github.com/IDA-TUBS/pycpa.git")
md5sums=("SKIP")
build() {