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

Jelle van der Waa jelle at archlinux.org
Sat Sep 26 10:21:01 UTC 2020


    Date: Saturday, September 26, 2020 @ 10:21:00
  Author: jelle
Revision: 712430

Add perl optional dependency for contrib script

Modified:
  notion/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-26 10:13:00 UTC (rev 712429)
+++ PKGBUILD	2020-09-26 10:21:00 UTC (rev 712430)
@@ -5,7 +5,7 @@
 pkgname=notion
 epoch=1
 pkgver=4.0.1
-pkgrel=3
+pkgrel=4
 _commit_doc=3c3703c60c79cc0494e664aa83fc880f1285a45b
 pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
 url="https://notionwm.net"
@@ -12,7 +12,8 @@
 arch=('x86_64')
 license=('LGPL')
 depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm' 'freetype2')
-optdepends=('libxinerama' 'libxrandr' 'xorg-xmessage')
+optdepends=('libxinerama' 'libxrandr' 'xorg-xmessage'
+            'perl: for contrib/verify_index.pl')
 makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
 	     'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
 backup=("etc/notion/cfg_bindings.lua"



More information about the arch-commits mailing list