summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2019-10-05 23:45:02 +0200
committermschubert2019-10-05 23:45:02 +0200
commit3e1b4540d20b60b8017224babcbd4bdb3a45145f (patch)
treee23809633cc0b912630fabff7e7d3977c1d8fb37 /PKGBUILD
parent692e37e8e6b1f0d9320bc1fa649fe6a42042851e (diff)
downloadaur-3e1b4540d20b60b8017224babcbd4bdb3a45145f.tar.gz
version bump 3.0.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bef59e59736..1e9b8974c311 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python2-simpy
_pkgname=${pkgname#python2-}
-pkgver=3.0.10
+pkgver=3.0.8
pkgrel=1
pkgdesc="Event discrete, process based simulation for Python."
url="http://simpy.readthedocs.org/en/latest/"
depends=('python2-setuptools')
license=('MIT')
arch=('any')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-md5sums=('a968f5562d6f2292a139f8a445e2f7d5')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/cristiklein/simpy/archive/$pkgver.tar.gz)
+sha256sums=('049dd82c7d45456ff46ca2645f6c5b2950a04fca26afdc09aeaa6bb33326f886')
build() {
cd $_pkgname-$pkgver