summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index deb9245e9e63..0b5dc1b418ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-pympler
_realname_=Pympler
-pkgver=0.5
+pkgver=0.6
pkgrel=1
pkgdesc="A development tool to measure, monitor and analyze the memory behavior of Python objects"
-url="http://pypi.python.org/pypi/${_realname_}/"
+url="https://pypi.org/project/${_realname_}/"
arch=("any")
license=("Apache")
depends=("python")
-source=("https://pypi.python.org/packages/9e/4b/04c8338a9a2a22645ada1d52c59df2b81d644400f6cca10f63072e5f60cd/${_realname_}-${pkgver}.tar.gz")
+source=("https://files.pythonhosted.org/packages/d4/5b/73d780a6b3939a8a53fc6db85a8d9eb41be718e7185f6cea534dbd1e1657/${_realname_}-${pkgver}.tar.gz")
build() {
cd "${srcdir}"/${_realname_}-${pkgver}
@@ -25,4 +25,4 @@ package() {
#install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-sha1sums=('227d47d25a3cbd46f08ffb8ed5520fa9566ba43a')
+sha1sums=('a779eac1fbd532cc65ffa9126cbbf1beac8e4936')