summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisjbillington2019-11-28 17:14:02 -0500
committerchrisjbillington2019-11-28 17:14:02 -0500
commitad2638467ddd016dcac2c01f1013ce9cecc685db (patch)
treec13d46a4a9a1ebcea1731dc50e31f93e8db3e8ab
parent5e8c6c64a601e99babd4e248a955f170225b1774 (diff)
downloadaur-ad2638467ddd016dcac2c01f1013ce9cecc685db.tar.gz
include version in provides array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e376133ba23..e2b174b73d96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mercurial-python3
pkgdesc = A scalable distributed SCM tool - built with Python 3
pkgver = 5.2
- pkgrel = 0
+ pkgrel = 1
url = https://www.mercurial-scm.org/
arch = x86_64
license = GPL
depends = python
optdepends = tk: for the hgk GUI
- provides = mercurial
+ provides = mercurial=5.2
conflicts = mercurial
backup = etc/mercurial/hgrc
source = https://www.mercurial-scm.org/release/mercurial-5.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 9c4ebaef4a29..c947f8f35217 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=mercurial-python3
_pkgname=mercurial
pkgver=5.2
-pkgrel=0
+pkgrel=1
pkgdesc='A scalable distributed SCM tool - built with Python 3'
arch=(x86_64)
url="https://www.mercurial-scm.org/"
license=(GPL)
-provides=(mercurial)
+provides=(mercurial=$pkgver)
conflicts=(mercurial)
depends=(python)
optdepends=('tk: for the hgk GUI')