summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Preinstorfer2016-12-20 20:21:01 +0100
committerFlorian Preinstorfer2016-12-20 20:21:01 +0100
commit724f795bc4dbbd08235086a9cc072c9f62c92fd7 (patch)
tree449c5dedb76fc6eac2be00bf9835e8cf1a8ad89c
parentd33bb9d82675e9a2e68a0fab233d4c18032f12ab (diff)
downloadaur-724f795bc4dbbd08235086a9cc072c9f62c92fd7.tar.gz
Release 3.1.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a56cf8a59b0..ff0138670c94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Mar 31 17:40:09 UTC 2016
+# Tue Dec 20 19:20:54 UTC 2016
pkgbase = python-bitstring
pkgdesc = Python module designed to help make the creation, manipulation and analysis of binary data as simple and natural as possible
- pkgver = 3.1.4
+ pkgver = 3.1.5
pkgrel = 1
url = https://scott-griffiths.github.io/bitstring/
arch = any
license = MIT
depends = python
options = !emptydirs
- source = https://pypi.python.org/packages/source/b/bitstring/bitstring-3.1.4.tar.gz
- md5sums = 4c317d8570a62aa0c94fd42a8234823d
+ source = https://pypi.python.org/packages/f3/e5/dfe4c49c93d174a5fd807ed307d3a3f38c6b3e140972945f81a5f5578ca7/bitstring-3.1.5.zip
+ md5sums = 70689a282f66625d0c7c3579a13e66db
pkgname = python-bitstring
diff --git a/PKGBUILD b/PKGBUILD
index a2a399ab83d9..856cc24c40aa 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.4
+pkgver=3.1.5
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/source/b/bitstring/bitstring-$pkgver.tar.gz)
-md5sums=('4c317d8570a62aa0c94fd42a8234823d')
+source=(https://pypi.python.org/packages/f3/e5/dfe4c49c93d174a5fd807ed307d3a3f38c6b3e140972945f81a5f5578ca7/bitstring-$pkgver.zip)
+md5sums=('70689a282f66625d0c7c3579a13e66db')
sha256sum=('1db5d54ee269f6b54d50c3eb257eea4b')
build() {