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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Dec 10 18:48:10 UTC 2016


    Date: Saturday, December 10, 2016 @ 18:48:10
  Author: bpiotrowski
Revision: 283014

upgpkg: weechat 1.6-2

bring back docs and man pages (fixes FS#52043)

Modified:
  weechat/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-10 18:26:42 UTC (rev 283013)
+++ PKGBUILD	2016-12-10 18:48:10 UTC (rev 283014)
@@ -4,7 +4,7 @@
 
 pkgname=weechat
 pkgver=1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
 url="http://www.weechat.org/"
@@ -11,11 +11,11 @@
 license=('GPL')
 depends=('gnutls' 'curl' 'libgcrypt')
 makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 'python2'
-             'lua' 'tcl' 'ruby' 'aspell' 'guile')
+             'lua' 'tcl' 'ruby' 'aspell' 'guile' 'asciidoctor')
 optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
 validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing key)
-source=(https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('37c0388e5cb82fd3c3d1a533a5a5695d'
+source=(https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('1177eb63294eb9e1f068692cf604f572'
          'SKIP')
 
 prepare() {
@@ -25,7 +25,7 @@
 build() {
   cd build
 
-  cmake -Wno-dev ../${pkgname}-${pkgver} \
+  cmake -Wno-dev "$srcdir/${pkgname}-${pkgver}" \
         -DCMAKE_INSTALL_PREFIX=/usr \
         -DPYTHON_EXECUTABLE=/usr/bin/python2 \
         -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
@@ -38,5 +38,5 @@
 package() {
   cd build
 
-  make DESTDIR="${pkgdir}/" install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list