summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09e8c20dd117..80b360e72865 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,13 @@ pkgbase = sat-templates-hg
arch = any
license = AGPL3
depends = python2
+ provides = sat-templates
+ conflicts = sat-templates
options = !strip
source = hg+https://repos.goffi.org/sat_templates
md5sums = SKIP
pkgname = 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
+ depends = python2-jinja
diff --git a/PKGBUILD b/PKGBUILD
index 826e0b44bf75..a84cacb78adf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ url="https://salut-a-toi.org/"
arch=('any')
depends=('python2')
makedepends=('')
+conflicts=('sat-templates')
+provides=('sat-templates')
license=('AGPL3')
source=("hg+https://repos.goffi.org/sat_templates")
md5sums=('SKIP')
@@ -21,7 +23,7 @@ pkgver() {
-package_sat-templates(){
+package(){
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"
depends=('python2-jinja')