diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-12-21 21:31:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-03 13:03:40 +0000 |
commit | beef93589ca4969b76974e48922fa75c049f8607 (patch) | |
tree | 7ef5d928dee06062d9efa386d7cd24ee23167fcb /main/hexchat | |
parent | ae5329ef24677337d688d28ef805125545a17881 (diff) | |
download | aports-beef93589ca4969b76974e48922fa75c049f8607.tar.bz2 aports-beef93589ca4969b76974e48922fa75c049f8607.tar.xz |
main/hexchat: update layout
Diffstat (limited to 'main/hexchat')
-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 } |