From ffcbcb7e02f9ffcfc4f3d76fcc635a5dda40ca74 Mon Sep 17 00:00:00 2001 From: Peter Budai Date: Tue, 9 Oct 2018 07:44:34 +0300 Subject: [PATCH] mercurial: Update to 4.7.2 (#1448) --- mercurial/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mercurial/PKGBUILD b/mercurial/PKGBUILD index 8a54a816..29644e3b 100644 --- a/mercurial/PKGBUILD +++ b/mercurial/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alexey Pavlov pkgname=mercurial -pkgver=4.7.1 +pkgver=4.7.2 pkgrel=1 pkgdesc="A scalable distributed SCM tool" arch=('i686' 'x86_64') @@ -9,12 +9,13 @@ url="https://www.mercurial-scm.org/" license=('GPL') groups=('VCS') depends=('python2') +makedepends=('libcrypt-devel') #optdepends=('tk: for the hgk GUI') backup=('etc/mercurial/hgrc') source=("https://mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"{,.asc} 'mercurial.profile' 'mercurial-4.3.1-msys2.patch') -sha256sums=('8503383c1c31842576516b803d07564216470887ca6388719e4c4089663b410c' +sha256sums=('97f0594216f2348a2e37b2ad8a56eade044e741153fee8c584487e9934ca09fb' 'SKIP' '87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5' '656f76a407860dce525136e798281c8032c6b05783bc72cf27cf72d668b75fb9')