hexchat: fix update check, homepage
This commit is contained in:
parent
e8c8475f29
commit
7f73c93eff
2 changed files with 7 additions and 5 deletions
|
@ -1,23 +1,23 @@
|
|||
# Template file for 'hexchat'
|
||||
pkgname=hexchat
|
||||
version=2.14.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=meson
|
||||
configure_args="-Dwith-dbus=true -Dwith-ssl=true -Dwith-text=false
|
||||
-Dwith-perl=true -Dwith-python=python3"
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config glib-devel"
|
||||
makedepends="gtk+-devel libressl-devel dbus-glib-devel perl libnotify-devel
|
||||
libcanberra-devel libxml2-devel pciutils-devel libproxy-devel LuaJIT-devel
|
||||
iso-codes python3-devel"
|
||||
depends="desktop-file-utils enchant"
|
||||
build_style=meson
|
||||
short_desc="A GTK+ based IRC client successor of Xchat"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://hexchat.github.io/"
|
||||
license="GPL-2.0-or-later"
|
||||
distfiles="http://dl.hexchat.net/hexchat/${pkgname}-${version}.tar.xz"
|
||||
homepage="https://hexchat.github.io/"
|
||||
distfiles="https://dl.hexchat.net/hexchat/${pkgname}-${version}.tar.xz"
|
||||
checksum=b032e4bcebe2229f87047439979a1246ddcbf599e7e538baa3f2abfac9a003a2
|
||||
lib32disabled=yes
|
||||
#nocross=yes
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# dbus-binding-tools
|
||||
|
|
2
srcpkgs/hexchat/update
Normal file
2
srcpkgs/hexchat/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
pkgname=HexChat
|
||||
site=https://dl.hexchat.net/hexchat/
|
Loading…
Reference in a new issue