summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosef Vybíhal2018-12-19 15:34:40 +0100
committerJosef Vybíhal2018-12-19 15:34:40 +0100
commit160e43489d2ea220c1565c1c239fa936ae86e47f (patch)
treeed62f89c69676f6a94ea83b2479c43c5cb5aabdf /PKGBUILD
parent8c7e0e4e0c1cd2057ead416ed1eb9166e136b42a (diff)
downloadaur-160e43489d2ea220c1565c1c239fa936ae86e47f.tar.gz
Added python-cffi as runtime dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d263e345937..9d11710df9b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=hexchat-git
pkgver=2.14.2.r9.ged553301
-pkgrel=1
+pkgrel=2
pkgdesc='A GTK+ based IRC client'
arch=('i686' 'x86_64' 'armv6h')
url='https://hexchat.github.io'
license=('GPL')
-depends=('gtk2' 'openssl' 'dbus-glib' 'luajit'
+depends=('gtk2' 'openssl' 'dbus-glib' 'luajit' 'python-cffi'
'libcanberra' 'libnotify' 'libproxy'
'hicolor-icon-theme' 'desktop-file-utils' 'sound-theme-freedesktop' 'iso-codes')
makedepends=('git' 'perl' 'python' 'meson')