summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2018-08-17 11:41:42 +0100
committerEmmanuel Gil Peyrot2018-08-17 11:41:42 +0100
commite23927f9a2ecca6426d9c14fc61eec39c189ed89 (patch)
treebd89a287820a0645ce34e7f247981891d6d4fb9e /PKGBUILD
parentc2e309880cf1954fc7b15a98fb0086f2efc879c6 (diff)
downloadaur-e23927f9a2ecca6426d9c14fc61eec39c189ed89.tar.gz
Change the default clone URL, and add new cssutils dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {