diff options
Diffstat (limited to 'talkatu-hg/PKGBUILD')
-rw-r--r-- | talkatu-hg/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/talkatu-hg/PKGBUILD b/talkatu-hg/PKGBUILD index 0ccbed3..c8ecee8 100644 --- a/talkatu-hg/PKGBUILD +++ b/talkatu-hg/PKGBUILD @@ -4,14 +4,14 @@ _pkgname=talkatu pkgname=$_pkgname-hg -pkgver=r381.67b7255da6d4 +pkgver=r392.9c929229e8f9 pkgrel=1 pkgdesc="Gtk+ widgets for chat software" arch=('i686' 'x86_64') url="https://bitbucket.org/pidgin/talkatu" license=('GPL2') depends=('gtk3>=3.10.0' 'glade>=2.0' 'gumbo-parser>=0.10' 'gspell>=1.2' 'cmark') -makedepends=('mercurial' 'meson' 'help2man' 'gtk-doc' 'gobject-introspection') +makedepends=('mercurial' 'meson' 'vala' 'help2man' 'gtk-doc' 'gobject-introspection') source=("$pkgname::hg+https://keep.imfreedom.org/$_pkgname/$_pkgname") sha256sums=('SKIP') |