summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjnanar2018-06-01 19:06:52 +0200
committerjnanar2018-06-01 19:06:52 +0200
commit377474e84f717329bf344338cb3890c4b89d7362 (patch)
tree4c79c0ab566ba13b6859039b03ee919d5c2a8599
parentd70afa01b3e9db1f0c099b29edebfb3122ee396b (diff)
downloadaur-377474e84f717329bf344338cb3890c4b89d7362.tar.gz
Update PKGBUILD and fix dependencies
-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')