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

Andrzej Giniewicz aginiewicz at archlinux.org
Sun Feb 10 15:02:46 UTC 2019


    Date: Sunday, February 10, 2019 @ 15:02:45
  Author: aginiewicz
Revision: 431454

upgpkg: hgview 1.10.2-4

hgview: switch url to https

Modified:
  hgview/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 15:00:32 UTC (rev 431453)
+++ PKGBUILD	2019-02-10 15:02:45 UTC (rev 431454)
@@ -3,17 +3,17 @@
 
 pkgname=hgview
 pkgver=1.10.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A fast Mercurial log navigator"
 arch=('any')
-url="http://www.logilab.org/project/hgview/"
+url="https://www.logilab.org/project/hgview/"
 license=('GPL')
 depends=('mercurial>=1.6' 'python2-urwid' 'python2-pyinotify' 'python2-pygments')
 makedepends=('asciidoc' 'xmlto')
 source=(http://download.logilab.org/pub/$pkgname/$pkgname-$pkgver.tar.gz
         hg47.patch)
-md5sums=('1d68a8de8652a3ca411a049579a694e4'
-         'be6e50bed82d8424c223433fe216dfaa')
+sha1sums=('ac176dca4ef3d89e4259f878a04f708af43a64ea'
+          '7be1754ff56ed386b43684446c1d6be72751b9db')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



More information about the arch-commits mailing list