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

Christian Rebischke shibumi at archlinux.org
Sun Apr 23 11:34:10 UTC 2017


    Date: Sunday, April 23, 2017 @ 11:34:10
  Author: shibumi
Revision: 224577

upgpkg: weechat 1.7.1-1 security bugfix

Modified:
  weechat/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-23 10:32:47 UTC (rev 224576)
+++ PKGBUILD	2017-04-23 11:34:10 UTC (rev 224577)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Maintainer : Christian Rebischke <Chris.Rebischke at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: lucke <lucke at o2 dot pl>
 
 pkgname=weechat
-pkgver=1.7
-pkgrel=2.2
+pkgver=1.7.1
+pkgrel=1
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
 url="http://www.weechat.org/"
@@ -11,12 +12,13 @@
 license=('GPL')
 depends=('gnutls' 'curl' 'libgcrypt')
 makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 'python2'
-             'lua' 'tcl' 'ruby' 'aspell' 'guile2.0' 'asciidoctor')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0')
-validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing key)
-source=(https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('04d9c3835668f0e13605bab306fd53c9'
-         'SKIP')
+             'lua' 'tcl' 'ruby' 'aspell' 'guile' 'asciidoctor')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+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=('4aba380704ab5f611d923a461aa17cac076a18f92a6bb8129daf5f212536672267cadcc679befbcadb48d5044e4bf973f93982d9d3c500cd9d9e12dba4dbfbba'
+            'SKIP')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8')
 
 prepare() {
   mkdir build
@@ -25,7 +27,7 @@
 build() {
   cd build
 
-  cmake -Wno-dev "$srcdir/${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 +40,5 @@
 package() {
   cd build
 
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list