summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7ccf6f43904..aa141c1f956e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 23 11:00:10 UTC 2018
+# Fri Aug 17 10:41:17 UTC 2018
pkgbase = gajim-git
pkgdesc = Jabber/XMPP instant messenger client written in Python with GTK+
- pkgver = 1.0.0.beta1.r38.ga94276f6e
+ pkgver = 1.0.0.beta1.r482.ge37ab6b59
pkgrel = 1
url = https://gajim.org/
arch = any
@@ -17,6 +17,7 @@ pkgbase = gajim-git
depends = python-cairo
depends = python-keyring
depends = python-distro
+ depends = python-cssutils
optdepends = python-dbus: for gajim-remote and zeroconf support
optdepends = farstream: for video/voice support
optdepends = gst-plugins-good: for video/voice support
@@ -39,7 +40,7 @@ pkgbase = gajim-git
conflicts = gajim-svn
replaces = gajim-hg
replaces = gajim-svn
- source = gajim::git+https://dev.gajim.org/gajim/gajim
+ source = gajim::git+https://dev.gajim.org/gajim/gajim.git/
md5sums = SKIP
pkgname = gajim-git
diff --git a/PKGBUILD b/PKGBUILD
index 118e1de6c642..86f0216d3335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_name=gajim
pkgname="$_name-git"
-pkgver=1.0.0.beta1.r38.ga94276f6e
+pkgver=1.0.0.beta1.r482.ge37ab6b59
pkgrel=1
pkgdesc="Jabber/XMPP instant messenger client written in Python with GTK+"
arch=('any')
@@ -16,7 +16,7 @@ url="https://gajim.org/"
license=('GPL3')
depends=('python-gobject' 'python-pyopenssl' 'hicolor-icon-theme'
'python-pyasn1' 'python-nbxmpp' 'python-cairo' 'python-keyring'
- 'python-distro')
+ 'python-distro' 'python-cssutils')
makedepends=('git' 'python-setuptools')
optdepends=('python-dbus: for gajim-remote and zeroconf support'
'farstream: for video/voice support'
@@ -37,7 +37,7 @@ optdepends=('python-dbus: for gajim-remote and zeroconf support'
provides=('gajim')
conflicts=('gajim' 'gajim-hg' 'gajim-svn')
replaces=('gajim-hg' 'gajim-svn')
-source=("$_name::git+https://dev.gajim.org/gajim/gajim")
+source=("$_name::git+https://dev.gajim.org/gajim/gajim.git/")
md5sums=('SKIP')
pkgver() {