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

Jelle van der Waa jelle at archlinux.org
Mon Mar 23 19:44:04 UTC 2015


    Date: Monday, March 23, 2015 @ 20:44:04
  Author: jelle
Revision: 129814

upgpkg: hgsvn 0.3.6-1

Modified:
  hgsvn/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-23 19:04:31 UTC (rev 129813)
+++ PKGBUILD	2015-03-23 19:44:04 UTC (rev 129814)
@@ -3,8 +3,8 @@
 # Contributor: Mathieu Clabaut <mathieu.clabaut at gmail.com>
 
 pkgname=hgsvn
-pkgver=0.1.9
-pkgrel=4
+pkgver=0.3.6
+pkgrel=1
 pkgdesc='A set of scripts to work locally on Subversion checkouts using Mercurial'
 arch=('any')
 url='http://pypi.python.org/pypi/hgsvn/'
@@ -11,8 +11,9 @@
 license=('GPL')
 depends=('python2' 'subversion' 'mercurial' 'python2-setuptools')
 makedepends=('python2-nose')
-source=("http://pypi.python.org/packages/source/h/hgsvn/hgsvn-$pkgver.tar.gz")
-md5sums=('8cf1a9c4ac1554e8a15dc1c60710ea9c')
+checkdepends=('mercurial' 'subversion')
+source=("https://pypi.python.org/packages/source/h/hgsvn/hgsvn-$pkgver.zip")
+md5sums=('0ea23740135f9dea1f7d046d3f1c1d3c')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -23,6 +24,4 @@
 check() {
   cd "$srcdir/$pkgname-$pkgver"
 #  python2 setup.py test
- 
 }
-md5sums=('901f2fb04faad5a1e7cf84abfad564fd')



More information about the arch-commits mailing list