summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Preinstorfer2019-10-25 20:33:45 +0200
committerFlorian Preinstorfer2019-10-25 20:33:45 +0200
commitc7a0873a4e889c10a145cbba22cea71f9e62b3b6 (patch)
tree5452ba0a4445308b9b7e30401c2f3ef282d678c7 /PKGBUILD
parent724f795bc4dbbd08235086a9cc072c9f62c92fd7 (diff)
downloadaur-python-bitstring.tar.gz
Bitstring 3.1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 856cc24c40aa..cd870b82c927 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thomas Conneely <tc116 at le dot ac dot uk>
pkgname=python-bitstring
-pkgver=3.1.5
+pkgver=3.1.6
pkgrel=1
pkgdesc='Python module designed to help make the creation, manipulation and analysis of binary data as simple and natural as possible'
arch=('any')
@@ -10,8 +10,8 @@ url="https://scott-griffiths.github.io/bitstring/"
license=('MIT')
depends=('python')
options=(!emptydirs)
-source=(https://pypi.python.org/packages/f3/e5/dfe4c49c93d174a5fd807ed307d3a3f38c6b3e140972945f81a5f5578ca7/bitstring-$pkgver.zip)
-md5sums=('70689a282f66625d0c7c3579a13e66db')
+source=(https://files.pythonhosted.org/packages/f4/87/fe6f7093088f4396e84c1b5d5dfb08c4840487ad46ff4805b7008c8f5ffc/bitstring-$pkgver.tar.gz)
+md5sums=('38372014dd629be75c3a0ff7d799aa3f')
sha256sum=('1db5d54ee269f6b54d50c3eb257eea4b')
build() {