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

Eli Schwartz eschwartz at archlinux.org
Wed Dec 18 15:15:24 UTC 2019


    Date: Wednesday, December 18, 2019 @ 15:15:24
  Author: eschwartz
Revision: 538026

fix indentation of makedepends, remove prepare function that isn't used anymore

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-18 14:38:29 UTC (rev 538025)
+++ PKGBUILD	2019-12-18 15:15:24 UTC (rev 538026)
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('gnutls' 'curl' 'libgcrypt')
 makedepends=('asciidoctor' 'cmake' 'aspell' 'guile2.0' 'lua' 'perl' 'python'
-'ruby' 'tcl')
+             'ruby' 'tcl')
 optdepends=('aspell: spellchecker support'
             'guile2.0: support for guile scripts'
             'lua: support for lua scripts'
@@ -25,10 +25,6 @@
             'SKIP')
 validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing key) <webmaster at weechat.org>
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
 build() {
   mkdir -p build
   cd build



More information about the arch-commits mailing list