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

Jelle van der Waa jelle at archlinux.org
Thu May 2 17:43:45 UTC 2019


    Date: Thursday, May 2, 2019 @ 17:43:44
  Author: jelle
Revision: 352387

upgpkg: irssi 1.2.0-2

FS#62499 make irssi-otr get replaced by irssi and build with otr support.

Modified:
  irssi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-02 15:04:43 UTC (rev 352386)
+++ PKGBUILD	2019-05-02 17:43:44 UTC (rev 352387)
@@ -4,13 +4,14 @@
 
 pkgname=irssi
 pkgver=1.2.0
-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')
+depends=('glib2' 'openssl' 'libotr')
 optdepends=('perl-libwww: for the scriptassist script')
+replaces=('irssi-otr')
 backup=('etc/irssi.conf')
 source=(https://github.com/irssi/irssi/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
 sha512sums=('343530ca63355dd6683e84f31602c9162e1e3158e52ce81e37519d1e42abbdcb621fb710fcb605fcafd7e7ea3f2c30ed62607d4ea91d8c8dc29bf893e54aee40'
@@ -23,7 +24,8 @@
     --prefix=/usr \
     --sysconfdir=/etc \
     --with-proxy \
-    --with-perl-lib=vendor
+    --with-perl-lib=vendor \
+    --with-otr
   make
 }
 



More information about the arch-commits mailing list