mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/help2man to 1.41.1-1
This commit is contained in:
parent
a6340dab3b
commit
37631c3f01
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
# - 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
|
||||||
|
|
||||||
pkgname=help2man
|
pkgname=help2man
|
||||||
pkgver=1.40.13
|
pkgver=1.41.1
|
||||||
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')
|
||||||
|
@ -15,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=('ecbc98f1f146e404e85d7bef520b34d8')
|
md5sums=('4485615cd699a78eb42444324546942a')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue