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

Maxime Gauduin alucryd at archlinux.org
Sun Aug 28 10:36:33 UTC 2016


    Date: Sunday, August 28, 2016 @ 10:36:32
  Author: alucryd
Revision: 187842

upgpkg: python2-munkres 1.0.8-1

Modified:
  python2-munkres/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-28 10:26:07 UTC (rev 187841)
+++ PKGBUILD	2016-08-28 10:36:32 UTC (rev 187842)
@@ -3,16 +3,16 @@
 # Contributor: Adrian Sampson <adrian at radbox.org>
 
 pkgname=python2-munkres
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc='Munkres algorithm for the assignment problem'
 arch=('any')
 url='https://github.com/bmc/munkres'
-license=('BSD')
+license=('Apache')
 depends=('python2')
 makedepends=('python2-setuptools')
-source=("http://pypi.python.org/packages/source/m/munkres/munkres-${pkgver}.tar.gz")
-sha256sums=('334a5d849bcefed3e4c32ecfbca4ee8dfc8ef5f2f181334d6f7f4e100b71d6c4')
+source=("https://pypi.python.org/packages/07/17/5debec658b151d39c7a29fcc830bbfb5cb22f18e7ff7d6537deab73943ab/munkres-${pkgver}.tar.gz")
+sha256sums=('185f1a9c4d2c31f2f19afa48bc2ec726c11e945eded4784d272da2fd49bf7a55')
 
 prepare() {
   cd munkres-${pkgver}



More information about the arch-commits mailing list