aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorOlivier Mauras <olivier@mauras.ch>2016-08-31 16:48:50 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-31 17:06:28 +0200
commit82b5d172b33f1c9d7ac3f4c55b5513511a5db651 (patch)
tree909bb8a5b1dedf4e63ba8884b8a1bbf0592bf561 /community
parent073e5c1312a05504bf8256821ac01488e60001ac (diff)
downloadaports-82b5d172b33f1c9d7ac3f4c55b5513511a5db651.tar.bz2
aports-82b5d172b33f1c9d7ac3f4c55b5513511a5db651.tar.xz
community/py3-msgpack: Update to 4.0.8 and take tarball from github main repo
Diffstat (limited to 'community')
-rw-r--r--community/py3-msgpack/APKBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/community/py3-msgpack/APKBUILD b/community/py3-msgpack/APKBUILD
index 32d895ac14..931d6ff61c 100644
--- a/community/py3-msgpack/APKBUILD
+++ b/community/py3-msgpack/APKBUILD
@@ -1,9 +1,10 @@
# Contributor: Francesco Colista <francesco.colista@gmail.com>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
+# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
+# Maintainer: Olivier Mauras <olivier@mauras.ch>
pkgname=py3-msgpack
_pkgname=msgpack-python
-pkgver=0.4.7
-pkgrel=1
+pkgver=0.4.8
+pkgrel=0
pkgdesc="A Python module for MessagePack serialization/deserialization"
url="http://pypi.python.org/pypi/msgpack-python/"
arch="all"
@@ -12,7 +13,7 @@ depends="python3"
depends_dev=""
makedepends="python3-dev"
subpackages=""
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
+source="${_pkgname}-${pkgver}.tar.gz::https://github.com/msgpack/${_pkgname}/archive/${pkgver}.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
build () {
@@ -25,6 +26,6 @@ package() {
python3 setup.py install --root="$pkgdir" || return 1
}
-md5sums="eb2aad1081534ef3a9f32a0ecd350b9b msgpack-python-0.4.7.tar.gz"
-sha256sums="5e001229a54180a02dcdd59db23c9978351af55b1290c27bc549e381f43acd6b msgpack-python-0.4.7.tar.gz"
-sha512sums="10cc51c5f46a908953298071a46a790b9b78a577e37abd546c76f72386c3847885e36523680c86b9a13fb099fc2a17c3c7a0119c750ac5e7081c72df3ebd7a7e msgpack-python-0.4.7.tar.gz"
+md5sums="b83db38476276d62d1f657e30873cdfb msgpack-python-0.4.8.tar.gz"
+sha256sums="b60a04916c609ad9a713d9c785b4a61f81728f264a8ae384faffc0d3aedd2029 msgpack-python-0.4.8.tar.gz"
+sha512sums="1e97ae8f5c89e9e3b5c42415f6e58f2cae2889e007ae5059a106f8672a389e7fae6b9097661a9311c8c45168fbca1bdb9c1d278f4f888286828d039f7366bfc8 msgpack-python-0.4.8.tar.gz"