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

Antonio Rojas arojas at archlinux.org
Fri Jun 29 18:21:36 UTC 2018


    Date: Friday, June 29, 2018 @ 18:21:35
  Author: arojas
Revision: 327779

Fix build with Python 3.7

Modified:
  cantor/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-29 17:22:51 UTC (rev 327778)
+++ PKGBUILD	2018-06-29 18:21:35 UTC (rev 327779)
@@ -22,10 +22,12 @@
             'sagemath: SageMath backend'
             'julia: Julia backend')
 source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
-        cantor-sagemath.patch::"https://cgit.kde.org/cantor.git/patch/?id=7e4d0819")
+        cantor-sagemath.patch::"https://cgit.kde.org/cantor.git/patch/?id=7e4d0819"
+        cantor-python3.7.patch::"https://cgit.kde.org/cantor.git/patch/?id=6286f14e")
 sha256sums=('aab96ae512c3ddfaaf288ca0531b685c689a40a31222326441501b9a18bc320d'
             'SKIP'
-            '5b5275ae4cee20af865fe861ae07da976608913372ceb031b6bf70653fc2d21b')
+            '5b5275ae4cee20af865fe861ae07da976608913372ceb031b6bf70653fc2d21b'
+            'f769334f37b6a0c4c6cb239709bca6f8a1369cf377dcb33fa2fa11535a408616')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
 
@@ -34,6 +36,7 @@
 
   cd $pkgname-$pkgver
   patch -p1 -i ../cantor-sagemath.patch # Fix sagemath backend
+  patch -p1 -i ../cantor-python3.7.patch # fix build with Python 3.7
 }
 
 build() {



More information about the arch-commits mailing list