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

Fabio Castelli muflone at archlinux.org
Fri Apr 26 11:35:53 UTC 2019


    Date: Friday, April 26, 2019 @ 11:35:52
  Author: muflone
Revision: 454213

upgpkg: spyder 3.3.4-1

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-26 09:46:49 UTC (rev 454212)
+++ PKGBUILD	2019-04-26 11:35:52 UTC (rev 454213)
@@ -4,7 +4,7 @@
 
 pkgbase='spyder'
 pkgname=('spyder2' 'spyder3')
-pkgver=3.3.1
+pkgver=3.3.4
 pkgrel=1
 pkgdesc='The Scientific Python Development Environment'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 'python2-sphinx'
@@ -17,7 +17,7 @@
         "bug_53489_python2-optional-nbconvert.patch"
         "bug_54508_missing_pyqt4_qtwebkit.patch"
         "bug_51437_spyder2.patch")
-sha256sums=('a28c9eb919389739432d7243b533beb5973ed8415b3f00de894a6a15552a0b5d'
+sha256sums=('7441c267076251cdb9c205cbd1a25155be5686ff2c2192bd522650c057a6c92a'
             '84b8d5e9640d5d347ac4564130f217368cc3f823de30b458d467a05e60bbc8da'
             '7486faba90da062ef8da6912bfabd22b59343b1275758f04e4a41df2b3b8eec0'
             '28d4aa8938d809c299ab6bf6b00a2f82677f9a98a9763b7127970881b76276f5'
@@ -75,7 +75,7 @@
   cd "${pkgname}-${pkgver}"
   python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
   # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
   # Install icon and desktop file
   install -D -m644 "spyder/images/spyder.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
   # Change main executable name
@@ -102,7 +102,7 @@
   cd "${pkgname}-${pkgver}"
   python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
   # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
   # Install icon and desktop file
   install -D -m644 "spyder/images/spyder.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
   # Remove useless spyder_win_post_install script



More information about the arch-commits mailing list