mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/help2man to 1.47.3-1
This commit is contained in:
parent
1233fe287c
commit
961e1c2933
1 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
# - make install must be run as -j1, mkdir is not thread-safe for whatever reason
|
||||
|
||||
pkgname=help2man
|
||||
pkgver=1.46.4
|
||||
pkgver=1.47.3
|
||||
pkgrel=1
|
||||
pkgdesc="Conversion tool to create man files"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -14,8 +14,10 @@ url="http://www.gnu.org/software/help2man/"
|
|||
license=('GPL')
|
||||
depends=('perl-locale-gettext')
|
||||
install=help2man.install
|
||||
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz")
|
||||
md5sums=('a1b7fe49eddae8a2537ed74ee9ef11cb')
|
||||
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
|
||||
md5sums=('d1d44a7a7b2bd61755a2045d96ecaea0'
|
||||
'SKIP')
|
||||
validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea <bod@debian.org>
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue