summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjnanar2017-10-28 15:51:17 +0200
committerjnanar2017-10-28 15:51:17 +0200
commit65bdf1067759f6c0a59c45301e9b939bdb08103b (patch)
treef7d378945daf05dcda664556a9cf131c290b5295
parent18b7d23b52c6706ee1b63cfc00feaefd0584497b (diff)
downloadaur-65bdf1067759f6c0a59c45301e9b939bdb08103b.tar.gz
Add conflicts and provide
-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')