summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0f7dcc67f19..e4a3dc1ff9be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,8 +12,9 @@ pkgbase = gtimelog-collabora-nokeyring-git
depends = libsoup
depends = python2
depends = python2-gobject
+ depends = python2-setuptools
provides = gtimelog
- source = gtimelog::git+https://git.collabora.co.uk/cgit/gtimelog.git
+ source = gtimelog::git://git.collabora.co.uk/git/gtimelog.git
source = nokeyring.patch
sha256sums = SKIP
sha256sums = 7550c70300659a387a900ed0ee80dd3afafc8f655284b02e9cf46dced9a99227
diff --git a/PKGBUILD b/PKGBUILD
index 1b1b3f4c32e8..cbf4cd8c10a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ provides=('gtimelog')
arch=('i686' 'x86_64')
url="https://git.collabora.co.uk/cgit/gtimelog.git"
license=('GPL2')
-depends=('libsoup' 'python2' 'python2-gobject')
+depends=('libsoup' 'python2' 'python2-gobject' 'python2-setuptools')
makedepends=('git' 'python2' 'python2-setuptools')
-source=("$_pkgbase::git+https://git.collabora.co.uk/cgit/gtimelog.git"
+source=("$_pkgbase::git://git.collabora.co.uk/git/gtimelog.git"
'nokeyring.patch')
sha256sums=('SKIP'
'7550c70300659a387a900ed0ee80dd3afafc8f655284b02e9cf46dced9a99227')