summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjnanar2019-05-31 20:56:36 +0200
committerjnanar2019-05-31 20:56:36 +0200
commit288b4bbab0f8e656b950ea065483c1d1f75a2782 (patch)
treed806bd2d85f9172e34bb571258229c6d9f77df50
parent2fa456a83d9e0a51dd5623d48eee0130ea2688b2 (diff)
downloadaur-288b4bbab0f8e656b950ea065483c1d1f75a2782.tar.gz
Update source to use https
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e1f4067f16b..e709171285e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sat-xmpp-hg
pkgdesc = Salut à Toi, multi-frontends multi-purposes XMPP client (core)
- pkgver = 0.7.0.r2946.ce16847a7b6d
+ pkgver = 0.7.0.r2956.767e1ef6e1bd
pkgrel = 1
url = http://salut-a-toi.org/
arch = any
@@ -14,7 +14,6 @@ pkgbase = sat-xmpp-hg
depends = python2-pycryptodomex>=2.6.1
depends = python2-pyopenssl
depends = python2-dbus
- depends = python2-potr
depends = python2-twisted
depends = python2-wokkel>=0.7.1
depends = python-xdg
@@ -26,20 +25,21 @@ pkgbase = sat-xmpp-hg
depends = python2-gobject2
depends = python2-html2text
depends = python2-netifaces
- depends = python2-miniupnpc
depends = python2-service-identity
depends = sat-tmp-hg
depends = python2-dateutil
depends = python2-regex
depends = python2-gobject
- depends = python2-progressbar
depends = python2-pyinotify
depends = python2-babel
depends = python2-urwid>=1.2.0
depends = python2-urwid-satext>=0.6.1
depends = python2-xlib
+ optdepends = python2-progressbar
+ optdepends = python2-miniupnpc
+ optdepends = python2-potr
options = !strip
- source = hg+http://repos.goffi.org/sat
+ source = hg+https://repos.goffi.org/sat
md5sums = SKIP
pkgname = sat-xmpp-hg
diff --git a/PKGBUILD b/PKGBUILD
index 23da629cef1c..d3ae6e02a843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,17 @@
pkgname='sat-xmpp-hg'
_realname=sat
-pkgver=0.7.0.r2946.ce16847a7b6d
+pkgver=0.7.0.r2956.767e1ef6e1bd
_version=0.7.0
pkgrel=1
url="http://salut-a-toi.org/"
pkgdesc="Salut à Toi, multi-frontends multi-purposes XMPP client (core)"
arch=('any')
-depends=('python2' 'dbus' 'python2-lxml>=3.1.0' 'python2-pillow' 'python2-pycryptodomex>=2.6.1' 'python2-pyopenssl' 'python2-dbus' 'python2-potr' 'python2-twisted' 'python2-wokkel>=0.7.1' 'python-xdg' 'python2-zope-interface' 'mutagen' 'python2-markdown' 'python2-xdg' 'python2-shortuuid-git' 'python2-gobject2' 'python2-html2text' 'python2-netifaces' 'python2-miniupnpc' 'python2-service-identity' 'sat-tmp-hg' 'python2-dateutil' 'python2-regex' 'python2-gobject' 'python2-progressbar' 'python2-pyinotify' 'python2-babel' 'python2-urwid>=1.2.0' 'python2-urwid-satext>=0.6.1' 'python2-xlib')
+depends=('python2' 'dbus' 'python2-lxml>=3.1.0' 'python2-pillow' 'python2-pycryptodomex>=2.6.1' 'python2-pyopenssl' 'python2-dbus' 'python2-twisted' 'python2-wokkel>=0.7.1' 'python-xdg' 'python2-zope-interface' 'mutagen' 'python2-markdown' 'python2-xdg' 'python2-shortuuid-git' 'python2-gobject2' 'python2-html2text' 'python2-netifaces' 'python2-service-identity' 'sat-tmp-hg' 'python2-dateutil' 'python2-regex' 'python2-gobject' 'python2-pyinotify' 'python2-babel' 'python2-urwid>=1.2.0' 'python2-urwid-satext>=0.6.1' 'python2-xlib')
+optdepends=('python2-progressbar' 'python2-miniupnpc' 'python2-potr')
makedepends=('python2-setuptools' 'mercurial')
license=('AGPL3')
-source=("hg+http://repos.goffi.org/sat")
+source=("hg+https://repos.goffi.org/sat")
md5sums=('SKIP')
options=('!strip')