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

Eli Schwartz eschwartz at archlinux.org
Wed Apr 21 21:22:55 UTC 2021


    Date: Wednesday, April 21, 2021 @ 21:22:55
  Author: eschwartz
Revision: 920714

upgpkg: quassel 0.13.1-5: fix optdepends typo

One of the split packages already had an optdepends and now has two. But they
need to be a single list, and instead, one accidentally overwrote the other.

Modified:
  quassel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 21:07:11 UTC (rev 920713)
+++ PKGBUILD	2021-04-21 21:22:55 UTC (rev 920714)
@@ -7,7 +7,7 @@
          'quassel-client-small'
          'quassel-monolithic')
 pkgver=0.13.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Next-generation distributed IRC client"
 arch=('x86_64')
 url="https://quassel-irc.org/"
@@ -126,8 +126,8 @@
 pkgdesc="Next-generation distributed IRC client - monolithic"
 depends=('qt5-base' 'qt5-webengine' 'qt5-multimedia' 'qt5-script' 'qca-qt5'
          'knotifyconfig' 'libldap' 'hicolor-icon-theme')
-optdepends=('perl: for builtin /exec scripts')
-optdepends=('postgresql: PostgreSQL database support')
+optdepends=('perl: for builtin /exec scripts'
+            'postgresql: PostgreSQL database support')
 conflicts=('quassel-client' 'quassel-client-small')
 
   _install monolithic



More information about the arch-commits mailing list