irssi: update to 1.4.3, adopt.
This commit is contained in:
parent
233e20b6da
commit
1f24b3a9d7
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'irssi'
|
# Template file for 'irssi'
|
||||||
pkgname=irssi
|
pkgname=irssi
|
||||||
version=1.4.2
|
version=1.4.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-proxy --enable-true-color
|
configure_args="--disable-static --with-proxy --enable-true-color
|
||||||
--with-otr --with-perl=module"
|
--with-otr --with-perl=module"
|
||||||
|
@ -11,12 +11,12 @@ makedepends="libglib-devel openssl-devel ncurses-devel libgcrypt-devel
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
conf_files="/etc/irssi.conf"
|
conf_files="/etc/irssi.conf"
|
||||||
short_desc="Secure and modular IRC client with text mode user interface"
|
short_desc="Secure and modular IRC client with text mode user interface"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.irssi.org"
|
homepage="https://www.irssi.org"
|
||||||
changelog="https://raw.githubusercontent.com/irssi/irssi/master/NEWS"
|
changelog="https://raw.githubusercontent.com/irssi/irssi/master/NEWS"
|
||||||
distfiles="https://github.com/irssi/irssi/releases/download/${version}/irssi-${version}.tar.gz"
|
distfiles="https://github.com/irssi/irssi/releases/download/${version}/irssi-${version}.tar.gz"
|
||||||
checksum=2d72c9a178bf5cbe4dfab499818005abb85f79376476f924fc09c969cb1c8419
|
checksum=2cbaca493d4c36d3f1a6a2a0680ebdfe3bdabc202d9b8b99e49f4c83b7021591
|
||||||
|
|
||||||
LDFLAGS="-lncursesw"
|
LDFLAGS="-lncursesw"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue