diff options
author | Ave Ozkal | 2019-09-05 11:54:57 +0300 |
---|---|---|
committer | Ave Ozkal | 2019-09-05 11:54:57 +0300 |
commit | c751d6cde9a264a651ae0169b4cfda8ddb2ad17d (patch) | |
tree | 7706dfdf58a0865bbbad9da6a494521227ded5e3 | |
parent | 1e1449402f0a690862e792595abe1c5e9e7c7b03 (diff) | |
download | aur-c751d6cde9a264a651ae0169b4cfda8ddb2ad17d.tar.gz |
Update to latest upstream
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 9 |
2 files changed, 10 insertions, 7 deletions
@@ -1,8 +1,8 @@ pkgbase = gajimbo-git pkgdesc = A fork of Gajim with various enhancements, written in Python with GTK+ - pkgver = v1.1.92.0.ga6db997db + pkgver = 1.1.92.1.g5f0508c31 pkgrel = 1 - url = https://gitlab.com/ao/gajimbo + url = https://gitlab.com/a/gajimbo arch = any license = GPL3 makedepends = git @@ -16,6 +16,7 @@ pkgbase = gajimbo-git depends = python-keyring depends = python-distro depends = python-precis_i18n + depends = python-css-parser optdepends = python-dbus: for gajim-remote and zeroconf support optdepends = farstream: for video/voice support optdepends = gst-plugins-good: for video/voice support @@ -23,6 +24,7 @@ pkgbase = gajimbo-git optdepends = gst-plugins-ugly: for video/voice support optdepends = gst-libav: for video/voice support optdepends = gst-python: for video/voice support + optdepends = python-qrcode: support for QR code generation for OMEMO signature optdepends = gspell: for spell checking support optdepends = libxss: for idle time checking on X11 optdepends = notification-daemon: for desktop notifications @@ -37,7 +39,7 @@ pkgbase = gajimbo-git conflicts = gajim-hg conflicts = gajim-svn conflicts = gajim-git - source = gajimbo::git+https://gitlab.com/ao/gajimbo + source = gajimbo::git+https://gitlab.com/a/gajimbo md5sums = SKIP pkgname = gajimbo-git @@ -9,15 +9,15 @@ _name=gajimbo pkgname="$_name-git" -pkgver=v1.1.92.0.ga6db997db +pkgver=1.1.92.1.g5f0508c31 pkgrel=1 pkgdesc="A fork of Gajim with various enhancements, written in Python with GTK+" arch=('any') -url="https://gitlab.com/ao/gajimbo" +url="https://gitlab.com/a/gajimbo" license=('GPL3') depends=('python-gobject' 'python-pyopenssl' 'hicolor-icon-theme' 'python-pyasn1' 'python-nbxmpp-git' 'python-cairo' 'python-keyring' - 'python-distro' 'python-precis_i18n') + 'python-distro' 'python-precis_i18n' 'python-css-parser') makedepends=('git' 'python-setuptools') optdepends=('python-dbus: for gajim-remote and zeroconf support' 'farstream: for video/voice support' @@ -26,6 +26,7 @@ optdepends=('python-dbus: for gajim-remote and zeroconf support' 'gst-plugins-ugly: for video/voice support' 'gst-libav: for video/voice support' 'gst-python: for video/voice support' + 'python-qrcode: support for QR code generation for OMEMO signature' 'gspell: for spell checking support' 'libxss: for idle time checking on X11' 'notification-daemon: for desktop notifications' @@ -37,7 +38,7 @@ optdepends=('python-dbus: for gajim-remote and zeroconf support' 'geoclue2: for sharing your location') provides=('gajim') conflicts=('gajim' 'gajim-hg' 'gajim-svn' 'gajim-git') -source=("$_name::git+https://gitlab.com/ao/gajimbo") +source=("$_name::git+https://gitlab.com/a/gajimbo") md5sums=('SKIP') pkgver() { |