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 cca839e59247..e536846e1105 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = sat-templates-hg
- pkgver = 0.7.r138.85877c76d47d
+ pkgver = 0.7.r143.a37d535b7ddd
pkgrel = 1
url = https://salut-a-toi.org/
arch = any
license = AGPL3
+ makedepends = mercurial
depends = python2
provides = sat-templates
conflicts = sat-templates
diff --git a/PKGBUILD b/PKGBUILD
index 6342ca0caf89..9ee36d214d7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=('sat-templates-hg')
_realname=sat_templates
-pkgver=0.7.r138.85877c76d47d
+pkgver=0.7.r143.a37d535b7ddd
VERSION=0.7
pkgrel=1
url="https://salut-a-toi.org/"
arch=('any')
depends=('python2')
-makedepends=('')
+makedepends=('mercurial')
conflicts=('sat-templates')
provides=('sat-templates')
license=('AGPL3')