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

Felix Yan fyan at archlinux.org
Sun Jan 31 06:52:58 UTC 2016


    Date: Sunday, January 31, 2016 @ 07:52:57
  Author: fyan
Revision: 159667

upgpkg: python-networkx 1.11-1

Modified:
  python-networkx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-31 05:48:37 UTC (rev 159666)
+++ PKGBUILD	2016-01-31 06:52:57 UTC (rev 159667)
@@ -5,8 +5,8 @@
 pkgbase=python-networkx
 pkgname=(python-networkx python2-networkx)
 _pypiname=networkx
-pkgver=1.10
-pkgrel=2
+pkgver=1.11
+pkgrel=1
 pkgdesc='Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.'
 arch=('any')
 license=('BSD')
@@ -14,10 +14,10 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 'python2-decorator')
 checkdepends=('python-nose' 'python2-nose')
 source=("https://github.com/networkx/networkx/archive/${_pypiname}-${pkgver}.tar.gz")
-sha512sums=('6ca16e45e107634e2eb8b8e698191ae2e777ef9dff854e85e7d144599e8ec5bbe74e4fe626f14ec06603d7d4d008a6b75ec7f59d4c7fc205bbf0cb12104437fc')
+sha512sums=('97599a6639530cf609c6ba0fb477dd3bc1897ee26bdbb4d0038e525578bd0d2e308965ec2b58aeb243915db25c9e0579e7173678c1b1ceb508929006696eaaa0')
 
 prepare() {
-  cp -r ${_pypiname}-${_pypiname}-$pkgver{,-py2}
+  cp -a ${_pypiname}-${_pypiname}-$pkgver{,-py2}
 }
 
 build() {



More information about the arch-commits mailing list