diff options
Diffstat (limited to 'talkatu-hg')
-rw-r--r-- | talkatu-hg/.SRCINFO | 3 | ||||
-rw-r--r-- | talkatu-hg/PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/talkatu-hg/.SRCINFO b/talkatu-hg/.SRCINFO index d7dcb57..0883b07 100644 --- a/talkatu-hg/.SRCINFO +++ b/talkatu-hg/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = talkatu-hg pkgdesc = Gtk+ widgets for chat software - pkgver = r381.67b7255da6d4 + pkgver = r392.9c929229e8f9 pkgrel = 1 url = https://bitbucket.org/pidgin/talkatu arch = i686 @@ -8,6 +8,7 @@ pkgbase = talkatu-hg license = GPL2 makedepends = mercurial makedepends = meson + makedepends = vala makedepends = help2man makedepends = gtk-doc makedepends = gobject-introspection 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') |