[arch-commits] Commit in mercurial/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Feb 13 21:40:26 UTC 2020


    Date: Thursday, February 13, 2020 @ 21:40:25
  Author: felixonmars
Revision: 375562

upgpkg: mercurial 5.3-1

Modified:
  mercurial/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-13 19:45:28 UTC (rev 375561)
+++ PKGBUILD	2020-02-13 21:40:25 UTC (rev 375562)
@@ -3,8 +3,8 @@
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=mercurial
-pkgver=5.2.2
-pkgrel=2
+pkgver=5.3
+pkgrel=1
 pkgdesc='A scalable distributed SCM tool'
 arch=(x86_64)
 url="https://www.mercurial-scm.org/"
@@ -11,12 +11,13 @@
 license=(GPL)
 depends=(python2)
 optdepends=('tk: for the hgk GUI')
+checkdepends=('breezy' 'cvs' 'git' 'git-lfs' 'python2-docutils' 'subversion' 'unzip')
 backup=(etc/mercurial/hgrc)
 validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
-              3A8155163D0E20A530FCB78647A67FFAA346AACE)  
+              3A8155163D0E20A530FCB78647A67FFAA346AACE)
 source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
         mercurial.profile)
-sha256sums=('ffc5ff47488c7b5dae6ead3d99f08ef469500d6567592a25311838320106c03b'
+sha256sums=('e57ff61d6b67695149dd451922b40aa455ab02e01711806a131a1e95c544f9b9'
             'SKIP'
             '87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
 
@@ -30,6 +31,12 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver/tests
+  # TODO
+  python2 run-tests.py -j16 || :
+}
+
 package() {
   cd $pkgname-$pkgver
   python2 setup.py install --root="$pkgdir" --optimize=1



More information about the arch-commits mailing list