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

Jiachen Yang farseerfc at archlinux.org
Tue Aug 14 16:37:49 UTC 2018


    Date: Tuesday, August 14, 2018 @ 16:37:48
  Author: farseerfc
Revision: 371608

upgpkg: powerline 2.7-1

powerline 2.7

Modified:
  powerline/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-14 16:12:33 UTC (rev 371607)
+++ PKGBUILD	2018-08-14 16:37:48 UTC (rev 371608)
@@ -9,8 +9,8 @@
 pkgbase="powerline"
 pkgname=("powerline" "powerline2" "python-powerline" "python2-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.6
-pkgrel=3
+pkgver=2.7
+pkgrel=1
 url="https://github.com/${_pkgname}/${_pkgname}"
 license=('MIT')
 arch=('x86_64')
@@ -19,8 +19,12 @@
     'python-setuptools'
     'python-sphinx'
     )
+checkdepends=(
+    'python-pexpect'
+    'python2-pexpect'
+)
 source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('a4c72a6239b9c2f4db2b511647529eae008cfdd783b9a2ebe6bf7fe625e82801ff4da1887d6efa4b785966d46fac15ec4540aa2bd180722fd76fcd2873a074c0')
+sha512sums=('a61715a2af9b3b5e26bd7ff4717cba41e6b5ad8c8328132154c88dc161d3fab902432dfe94da9c2d87c32e9fa69c9a758fb90168fbd18b3dc47c0d0073fd6623')
 
 
 
@@ -52,13 +56,13 @@
 }
 
 
-## FIXME Currently test will fail with dividers and other errors
-#check(){
-#    cd ${srcdir}/${_pkgname}-${pkgver}
-#    LC_ALL=C python setup.py test
-#    cd ${srcdir}/${_pkgname}-${pkgver}-py2
-#    LC_ALL=C python2 setup.py test
-#}
+# FIXME Currently test will fail with dividers and other errors
+check(){
+    cd ${srcdir}/${_pkgname}-${pkgver}
+    LC_ALL=C python setup.py test
+    cd ${srcdir}/${_pkgname}-${pkgver}-py2
+    LC_ALL=C python2 setup.py test
+}
 
 package_powerline(){
     depends=('python-powerline')



More information about the arch-commits mailing list