Date: Monday, December 26, 2016 @ 10:49:42
  Author: arojas
Revision: 284809

Python 3.6

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-12-26 10:48:44 UTC (rev 284808)
+++ PKGBUILD    2016-12-26 10:49:42 UTC (rev 284809)
@@ -17,7 +17,7 @@
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/";
-makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.5' 'libwpd>=0.9.2' 
'libwps'
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 
'libwps'
        'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
        'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' #'icu'
        'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
@@ -326,7 +326,7 @@
 
 package_libreoffice-still() {
        pkgdesc="LibreOffice maintenance branch"
-       depends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.5' 'libwpd>=0.9.2' 
'libwps'
+       depends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 
'libwps'
                'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 
'dbus-glib'
                'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 
'graphite' #'icu' 
                'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 
'libcdr'
@@ -384,11 +384,11 @@
        rm -rf ${pkgdir}/etc/bash_completion.d
 
        # make pyuno find its modules
-       install -dm755 ${pkgdir}/usr/lib/python3.5/site-packages
+       install -dm755 ${pkgdir}/usr/lib/python3.6/site-packages
        ln -svf /usr/lib/libreoffice/program/uno.py \
-               ${pkgdir}/usr/lib/python3.5/site-packages/uno.py
+               ${pkgdir}/usr/lib/python3.6/site-packages/uno.py
        ln -svf /usr/lib/libreoffice/program/unohelper.py \
-               ${pkgdir}/usr/lib/python3.5/site-packages/unohelper.py
+               ${pkgdir}/usr/lib/python3.6/site-packages/unohelper.py
 
        # cleanup
        rm -rf ${pkgdir}/usr/share/libreoffice/sdk

Reply via email to