diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-29 17:41:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:09 +0000 |
commit | e0129c28ce2c227d028ad4ea9fb45e80568982e6 (patch) | |
tree | c3b2962fe507cbc343f759081caa00b8e953b034 /main/hexchat | |
parent | 8701281984bf0f0d8c6df677e2c7c7b5a296fee1 (diff) | |
download | aports-e0129c28ce2c227d028ad4ea9fb45e80568982e6.tar.bz2 aports-e0129c28ce2c227d028ad4ea9fb45e80568982e6.tar.xz |
main/hexchat: rebuild against openssl 1.1
Diffstat (limited to 'main/hexchat')
-rw-r--r-- | main/hexchat/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/hexchat/APKBUILD b/main/hexchat/APKBUILD index a5e18c8a32..b4f507506a 100644 --- a/main/hexchat/APKBUILD +++ b/main/hexchat/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hexchat pkgver=2.14.1 -pkgrel=1 +pkgrel=2 pkgdesc="Graphical IRC client based on XChat" url="https://hexchat.github.io" arch="all !armhf !armv7" license="GPL-2.0-or-later" depends="" makedepends="dbus-glib-dev gtk+2.0-dev iso-codes libnotify-dev libproxy-dev - libressl-dev libsexy-dev libxml2-dev lua5.3-dev meson python3-dev" + openssl-dev libsexy-dev libxml2-dev lua5.3-dev meson python3-dev" install="" subpackages="$pkgname-doc $pkgname-lang $pkgname-python:_python" source="https://dl.hexchat.net/$pkgname/$pkgname-$pkgver.tar.xz" |