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

Christian Rebischke shibumi at archlinux.org
Sun Sep 8 23:12:04 UTC 2019


    Date: Sunday, September 8, 2019 @ 23:12:03
  Author: shibumi
Revision: 509029

upgpkg: weechat 2.6-1

moved python2 dependency to python3

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-08 20:55:27 UTC (rev 509028)
+++ PKGBUILD	2019-09-08 23:12:03 UTC (rev 509029)
@@ -3,7 +3,7 @@
 # Contributor: lucke <lucke at o2 dot pl>
 
 pkgname=weechat
-pkgver=2.5
+pkgver=2.6
 pkgrel=1
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('x86_64')
@@ -10,12 +10,12 @@
 url="https://www.weechat.org/"
 license=('GPL')
 depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 'python2'
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 'python'
              'lua' 'tcl' 'ruby' 'aspell' 'guile2.0' 'asciidoctor')
 optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0')
 source=("${pkgname}-${pkgver}.tar.xz::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz"
         "${pkgname}-${pkgver}.tar.xz.asc::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz.asc")
-sha512sums=('af0135009b799d40790c09da5419c950a6c750264a556de418b0ba4f396ecbde2aadeae5cbea3f2e98fc9926f07439e28beac00cb0019dc6752c1a5640a9834e'
+sha512sums=('cf56692e12b2e034675d4c15a8822836b2fcf93d584948e338d263f5a7207edf4599cc72bfb940427146f5f75e7239207cf54f5ed07dd5b6119f68c445725a2d'
             'SKIP')
 validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8')
 
@@ -27,8 +27,6 @@
   cd build
   cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
         -DCMAKE_INSTALL_PREFIX=/usr \
-        -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-        -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
         -DENABLE_MAN=ON \
         -DENABLE_DOC=ON
   make



More information about the arch-commits mailing list