[arch-commits] Commit in python-bitstring/trunk (PKGBUILD)

Santiago Torres-Arias sangy at archlinux.org
Sun Jul 12 22:45:04 UTC 2020


    Date: Sunday, July 12, 2020 @ 22:45:04
  Author: sangy
Revision: 663380

upgpkg: python-bitstring 3.1.7-1

Modified:
  python-bitstring/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-12 22:32:53 UTC (rev 663379)
+++ PKGBUILD	2020-07-12 22:45:04 UTC (rev 663380)
@@ -3,15 +3,16 @@
 # Contributor: Thomas Conneely <tc116 at le dot ac dot uk>
 
 pkgname=python-bitstring
-pkgver=3.1.6
+pkgver=3.1.7
 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')
 url="https://scott-griffiths.github.io/bitstring/"
 license=('MIT')
-depends=('python' 'python-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 source=("https://github.com/scott-griffiths/bitstring/archive/${pkgname/python-}-${pkgver}.tar.gz")
-sha256sums=('41fbc1d71b871f985dfe00d2e74e17add8b47e51e1a9e0634ae4c18ea7181418')
+sha256sums=('fa4a9f6fc8a15e69c6266968741b2cd7827001d646bd66b46fb6e93a28571f79')
 
 build() {
   # still unsure why the upstream tarball has the name repeated twice...



More information about the arch-commits mailing list