Date: Tuesday, April 11, 2023 @ 18:46:19
  Author: arojas
Revision: 1444740

upgpkg: powerline 2.8.3-2: Python 3.11 rebuild

Modified:
  powerline/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-11 18:46:03 UTC (rev 1444739)
+++ PKGBUILD    2023-04-11 18:46:19 UTC (rev 1444740)
@@ -10,7 +10,7 @@
 pkgname=("powerline" "python-powerline" "powerline-common" "powerline-vim" 
"powerline-fonts")
 pkgdesc='Statusline plugin for vim, and provides statuslines and prompts for 
several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and 
Qtile'
 pkgver=2.8.3
-pkgrel=1
+pkgrel=2
 url="https://github.com/${_pkgname}/${_pkgname}";
 license=('MIT')
 arch=('x86_64')
@@ -24,9 +24,11 @@
     'python-tox'
 )
 
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz";
-        "fail-on-binary-error.patch")
+        "fail-on-binary-error.patch"
+        "https://github.com/powerline/powerline/commit/50d73bfb.patch";)
 
sha512sums=('fe0301d8a64827825ed5a1c9c91066299c198bc03d949e01241fa750d892a7f86029ab777ac991dfebf05d7a163a3fdd7cd44e2dea862562bc219c3566891455'
-            
'd8f77a55d6056353e05556b283840e65bc0411890b5906deaf7f041843a17b08b6975ec399810e10d333384d840e66c1125f6851559e4806a850502c685a6621')
+            
'd8f77a55d6056353e05556b283840e65bc0411890b5906deaf7f041843a17b08b6975ec399810e10d333384d840e66c1125f6851559e4806a850502c685a6621'
+            
'506cce7894a5634f8365cf55c09fec3031ee58f7620730213a9032195482b3adae278402198920e6918851a8f34e451b19b3176d7cd29c31bf195214886f9fcd')
 
 
 
@@ -38,6 +40,8 @@
 
     # explicitly fail if building binary usr/bin/powerline has any error
     patch -N <../fail-on-binary-error.patch
+    # Fix build with python 3.11
+    patch -p1 -i ../50d73bfb.patch
 }
 
 build(){

Reply via email to