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

Christian Rebischke shibumi at archlinux.org
Wed Aug 2 20:07:14 UTC 2017


    Date: Wednesday, August 2, 2017 @ 20:07:13
  Author: shibumi
Revision: 247583

upgpkg: weechat 1.9-2 recompiled with PIE enabled

Modified:
  weechat/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-02 19:56:40 UTC (rev 247582)
+++ PKGBUILD	2017-08-02 20:07:13 UTC (rev 247583)
@@ -5,7 +5,7 @@
 
 pkgname=weechat
 pkgver=1.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
 url="http://www.weechat.org/"
@@ -26,7 +26,6 @@
 
 build() {
   cd build
-
   cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
         -DCMAKE_INSTALL_PREFIX=/usr \
         -DPYTHON_EXECUTABLE=/usr/bin/python2 \
@@ -33,12 +32,10 @@
         -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
         -DENABLE_MAN=ON \
         -DENABLE_DOC=ON
-
   make
 }
 
 package() {
   cd build
-
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list