diff options
-rw-r--r-- | main/hexchat/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/main/hexchat/APKBUILD b/main/hexchat/APKBUILD index c8a9135231..6416cc310c 100644 --- a/main/hexchat/APKBUILD +++ b/main/hexchat/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hexchat pkgver=2.9.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="A popular and easy to use graphical IRC (chat) client" url="http://www.hexchat.org" arch="all" -license="GPLv2+" +license="GPL2+" depends="" makedepends="gtk+2.0-dev openssl-dev dbus-glib-dev perl-dev libsexy-dev python-dev libnotify-dev libproxy-dev @@ -37,7 +37,8 @@ build() { --enable-python \ --enable-ipv6 \ --enable-shm \ - --enable-spell=libsexy || return 1 + --enable-spell=libsexy \ + || return 1 make || return 1 } |