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

Felix Yan felixonmars at archlinux.org
Tue Jul 24 09:58:29 UTC 2018


    Date: Tuesday, July 24, 2018 @ 09:58:29
  Author: felixonmars
Revision: 329508

upgpkg: python-numpy 1.15.0-2

fix file conflicts

Modified:
  python-numpy/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-24 07:14:10 UTC (rev 329507)
+++ PKGBUILD	2018-07-24 09:58:29 UTC (rev 329508)
@@ -7,7 +7,7 @@
 pkgbase=python-numpy
 pkgname=('python-numpy' 'python2-numpy')
 pkgver=1.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Scientific tools for Python"
 arch=('x86_64')
 license=('custom')
@@ -73,4 +73,8 @@
 
   install -m755 -d "${pkgdir}/usr/share/licenses/python2-numpy"
   install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-numpy/"
+
+  for _exe in conv-template f2py from-template; do
+    mv "$pkgdir"/usr/bin/"$_exe"{,2}
+  done
 }



More information about the arch-commits mailing list