summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjnanar2019-10-26 14:55:29 +0200
committerjnanar2019-10-26 14:55:29 +0200
commit7b4661a37ac5fe4173b8a9ec08074ab8176d4ace (patch)
treee87a02c38a6bece33e4058b182e94f630f84d873
parent53f6c664a5a34407bd207f2acff91259a7f2532b (diff)
downloadaur-7b4661a37ac5fe4173b8a9ec08074ab8176d4ace.tar.gz
Update to python3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b7bcd86d511..06088d16916f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sat-templates-hg
pkgdesc = sat-templates is a collection of templates for Salut à Toi, the multi-frontends multi-purposes XMPP client (core). For now, it needs to be accessible in the PYTHONPATH
- pkgver = 0.7.r199.02cbc3cf4b32
+ pkgver = 0.7.r223.5db3aacee4a3
pkgrel = 1
url = https://salut-a-toi.org/
arch = any
license = AGPL3
makedepends = mercurial
- depends = python2
- depends = python2-jinja
+ depends = python
+ depends = python-jinja
provides = sat-templates
conflicts = sat-templates
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 1b51f70f8a85..04fbe4800d90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=('sat-templates-hg')
_realname=sat_templates
-pkgver=0.7.r199.02cbc3cf4b32
+pkgver=0.7.r223.5db3aacee4a3
_version=0.7
pkgrel=1
url="https://salut-a-toi.org/"
pkgdesc="sat-templates is a collection of templates for Salut à Toi, the multi-frontends multi-purposes XMPP client (core). For now, it needs to be accessible in the PYTHONPATH"
arch=('any')
-depends=('python2' 'python2-jinja')
+depends=('python' 'python-jinja')
makedepends=('mercurial')
conflicts=('sat-templates')
provides=('sat-templates')