[arch-commits] Commit in python2-ipaddr/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jun 5 16:56:59 UTC 2018


    Date: Tuesday, June 5, 2018 @ 16:56:58
  Author: felixonmars
Revision: 340533

upgpkg: python2-ipaddr 2.1.11-2

BUILDINFO Rebuild

Modified:
  python2-ipaddr/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 16:56:54 UTC (rev 340532)
+++ PKGBUILD	2018-06-05 16:56:58 UTC (rev 340533)
@@ -4,7 +4,7 @@
 
 pkgname='python2-ipaddr'
 pkgver=2.1.11
-pkgrel=1
+pkgrel=2
 pkgdesc="An IPv4/IPv6 manipulation library in Python"
 arch=('any')
 url="http://code.google.com/p/ipaddr-py/"
@@ -12,13 +12,12 @@
 depends=('python2')
 makedepends=('python2-setuptools')
 source=("https://pypi.python.org/packages/source/i/ipaddr/ipaddr-${pkgver}.tar.gz")
-md5sums=('f315ac829218e9735c5d772d59a3e0e7')
+sha512sums=('a97b0f760f0d7fac549e5edf17b644c966a8858c145b8f9472ddc8bf4805c9d537f6f8755e3716d78b729b87e84149f8b73c7f98c0deee4fbf266ccb7a206bc6')
 
 check() {
   cd "${srcdir}/ipaddr-${pkgver}"
   python2 ipaddr_test.py
 }
-md5sums=('f2c7852f95862715f92e7d089dc3f2cf')
 
 package() {
   cd "${srcdir}/ipaddr-${pkgver}"



More information about the arch-commits mailing list