aboutsummaryrefslogtreecommitdiffstats
path: root/main/xchat/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/xchat/APKBUILD')
-rw-r--r--main/xchat/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/main/xchat/APKBUILD b/main/xchat/APKBUILD
index 1dfeb67256..41f8cc37e3 100644
--- a/main/xchat/APKBUILD
+++ b/main/xchat/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xchat
pkgver=2.8.8
-pkgrel=4
+pkgrel=5
pkgdesc="A GTK+ based IRC client"
url="http://www.xchat.org/"
arch="all"
@@ -11,6 +11,8 @@ makedepends="pkgconfig gtk+-dev openssl-dev dbus-glib-dev perl-dev
libxext-dev"
source="http://www.$pkgname.org/files/source/2.8/$pkgname-$pkgver.tar.bz2
midori.patch
+ xchat-2.8.8-glib-2.31.patch
+ link-gmodule.patch
"
_builddir="$srcdir"/$pkgname-$pkgver
@@ -45,4 +47,6 @@ package() {
}
md5sums="6775c44f38e84d06c06c336b32c4a452 xchat-2.8.8.tar.bz2
-759fd786be3a2546be33f7533632b5a2 midori.patch"
+759fd786be3a2546be33f7533632b5a2 midori.patch
+98f5c7b49a3e0bad4ef0b7871fdcd8b5 xchat-2.8.8-glib-2.31.patch
+6efe686e4747e1ea22c368cf83fb6ea2 link-gmodule.patch"