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

Jelle van der Waa jelle at archlinux.org
Sun Jan 10 14:08:28 UTC 2016


    Date: Sunday, January 10, 2016 @ 15:08:28
  Author: jelle
Revision: 155857

WIP update to 3.12

Modified:
  hgsvn/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-10 13:54:53 UTC (rev 155856)
+++ PKGBUILD	2016-01-10 14:08:28 UTC (rev 155857)
@@ -3,8 +3,8 @@
 # Contributor: Mathieu Clabaut <mathieu.clabaut at gmail.com>
 
 pkgname=hgsvn
-pkgver=0.3.6
-pkgrel=2
+pkgver=0.3.12
+pkgrel=1
 pkgdesc='A set of scripts to work locally on Subversion checkouts using Mercurial'
 arch=('any')
 url='http://pypi.python.org/pypi/hgsvn/'
@@ -13,7 +13,7 @@
 makedepends=('python2-nose')
 checkdepends=('mercurial' 'subversion')
 source=("https://pypi.python.org/packages/source/h/hgsvn/hgsvn-$pkgver.zip")
-md5sums=('0ea23740135f9dea1f7d046d3f1c1d3c')
+md5sums=('e4c4f95020c8737e5598ccb687701b4d')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -23,5 +23,6 @@
 
 check() {
   cd "$srcdir/$pkgname-$pkgver"
-#  python2 setup.py test
+  # Makes hg commit work
+  MAIL='john doe <john at doe.com>' python2 setup.py test
 }



More information about the arch-commits mailing list