summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2019-10-06 18:48:44 +0200
committermschubert2019-10-06 18:48:44 +0200
commit226000d73c464c4f602bbda8937ed33da1a9d084 (patch)
treef0e78b30507f4f623855917f17fdc603cd8005d2
parent3e1b4540d20b60b8017224babcbd4bdb3a45145f (diff)
downloadaur-226000d73c464c4f602bbda8937ed33da1a9d084.tar.gz
version bump 3.0.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54cff4aa6b9b..55a3c0009639 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python2-simpy
pkgdesc = Event discrete, process based simulation for Python.
- pkgver = 3.0.8
+ pkgver = 3.0.11
pkgrel = 1
url = http://simpy.readthedocs.org/en/latest/
arch = any
license = MIT
depends = python2-setuptools
- source = simpy-3.0.8.tar.gz::https://github.com/cristiklein/simpy/archive/3.0.8.tar.gz
- sha256sums = 049dd82c7d45456ff46ca2645f6c5b2950a04fca26afdc09aeaa6bb33326f886
+ source = https://pypi.io/packages/source/s/simpy/simpy-3.0.11.tar.gz
+ sha256sums = d09625b9b01f34242ae100fe6bdb6c9508da181a08419ab00cc2bd47c7ec0f43
pkgname = python2-simpy
diff --git a/PKGBUILD b/PKGBUILD
index 1e9b8974c311..4c22a89c90b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python2-simpy
_pkgname=${pkgname#python2-}
-pkgver=3.0.8
+pkgver=3.0.11
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=($_pkgname-$pkgver.tar.gz::https://github.com/cristiklein/simpy/archive/$pkgver.tar.gz)
-sha256sums=('049dd82c7d45456ff46ca2645f6c5b2950a04fca26afdc09aeaa6bb33326f886')
+#source=($_pkgname-$pkgver.tar.gz::https://github.com/cristiklein/simpy/archive/$pkgver.tar.gz)
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
+sha256sums=('d09625b9b01f34242ae100fe6bdb6c9508da181a08419ab00cc2bd47c7ec0f43')
build() {
cd $_pkgname-$pkgver