X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id 53999F8316F for ; Tue, 29 Jan 2019 22:25:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1548800770; bh=WAqdoF+nuYyIJH7varTLb7S6ehDwiPW05X3rGEzh9nw=; h=From:To:Cc:Subject:Date; b=yXEjgHEu34oQ71gcf6XTH7DVXXf8Wi6BcMCV2eUD/3AyJxGqgrFzQ4Y+pBAkkS7ti bDyClCpxDTgHuuW0B85k2Qnen6WUHQTeIQHKFDKLFqPUj1ze3BAXqTDExnl8/jTXpi Meu+2T23EHPKNpahyQ0UVQDJNNZhtmB7g6J13QVA= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault , Natanael Copa Subject: [alpine-aports] [PATCH v2] main/mercurial: add hg-ssh Date: Tue, 29 Jan 2019 17:25:46 -0500 Message-Id: <20190129222546.4169-1-sir@cmpwn.com> X-Mailer: git-send-email 2.20.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- Sorry, I forgot to bump the pkgrel. main/mercurial/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/mercurial/APKBUILD b/main/mercurial/APKBUILD index 83a4590302..6d509ba3bb 100644 --- a/main/mercurial/APKBUILD +++ b/main/mercurial/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=mercurial pkgver=4.8.2 -pkgrel=0 +pkgrel=1 pkgdesc="Scalable distributed SCM tool" url="https://www.mercurial-scm.org" arch="all" @@ -25,7 +25,7 @@ build() { package() { cd "$builddir" python2 setup.py install --root="$pkgdir" - install -m755 contrib/hgk hgeditor "$pkgdir"/usr/bin + install -m755 contrib/hgk contrib/hg-ssh hgeditor "$pkgdir"/usr/bin local man for man in doc/*.?; do -- 2.20.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---