mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/help2man to 1.40.12
This commit is contained in:
parent
e131041cee
commit
a45b35ed92
1 changed files with 2 additions and 4 deletions
|
@ -5,10 +5,8 @@
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - make install must be run as -j1, mkdir is not thread-safe for whatever reason
|
# - make install must be run as -j1, mkdir is not thread-safe for whatever reason
|
||||||
|
|
||||||
plugrel=1
|
|
||||||
|
|
||||||
pkgname=help2man
|
pkgname=help2man
|
||||||
pkgver=1.40.11
|
pkgver=1.40.12
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Conversion tool to create man files"
|
pkgdesc="Conversion tool to create man files"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -17,7 +15,7 @@ license=('GPL')
|
||||||
depends=('perl-locale-gettext')
|
depends=('perl-locale-gettext')
|
||||||
install=help2man.install
|
install=help2man.install
|
||||||
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
||||||
md5sums=('169c7db58f09cfc704c5d953139bb58d')
|
md5sums=('6a37675ce2b0897cd8c6c19106e510a3')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue