mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/help2man to 1.40.5-1
This commit is contained in:
parent
5e06540e1e
commit
8f126b832d
1 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
# $Id: PKGBUILD 146519 2012-01-12 10:34:00Z giovanni $
|
||||
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
|
||||
# Contributor: Paul Mattal <paul@mattal.com>
|
||||
|
||||
|
@ -7,8 +8,8 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=help2man
|
||||
pkgver=1.40.4
|
||||
pkgrel=2
|
||||
pkgver=1.40.5
|
||||
pkgrel=1
|
||||
pkgdesc="Conversion tool to create man files"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnu.org/software/help2man/"
|
||||
|
@ -16,7 +17,7 @@ license=('GPL')
|
|||
depends=('perl-locale-gettext')
|
||||
install=help2man.install
|
||||
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('4d79dc7cb7c20019c2a3650d35259c45')
|
||||
md5sums=('75a7d2f93765cd367aab98986a75f88c')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue