[arch-commits] Commit in irssi/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sun Jan 5 23:46:52 UTC 2020
Date: Sunday, January 5, 2020 @ 23:46:52
Author: anthraxx
Revision: 372627
upgpkg: irssi 1.2.2-2: add missing perl and soname depends
Modified:
irssi/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-05 21:01:12 UTC (rev 372626)
+++ PKGBUILD 2020-01-05 23:46:52 UTC (rev 372627)
@@ -4,12 +4,12 @@
pkgname=irssi
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc='Modular text mode IRC client with Perl scripting'
url='https://irssi.org/'
arch=('x86_64')
license=('GPL')
-depends=('glib2' 'openssl' 'libotr')
+depends=('glibc' 'glib2' 'openssl' 'libotr' 'perl' 'ncurses' 'libncursesw.so')
optdepends=('perl-libwww: for the scriptassist script')
replaces=('irssi-otr')
backup=('etc/irssi.conf')
More information about the arch-commits
mailing list