help2man: Update to 1.46.4
This commit is contained in:
@@ -25,9 +25,9 @@ that we're trying to help2man).
|
||||
|
||||
preload: $(preload).so
|
||||
$(preload).so: $(srcdir)/$(preload).c
|
||||
- $(CC) $(CFLAGS) -o $@ -fPIC -shared $? $(LIBS)
|
||||
- $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ -fPIC -shared $? $(LIBS)
|
||||
+ mkdir -p lib
|
||||
+ $(CC) $(CFLAGS) -o lib/msys-intl-8.dll -shared $? $(LIBS)
|
||||
+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o lib/msys-intl-8.dll -shared $? $(LIBS)
|
||||
+ ln -sf lib/msys-intl-8.dll $@
|
||||
|
||||
man: $(target).1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
||||
|
||||
pkgname=help2man
|
||||
pkgver=1.46.3
|
||||
pkgver=1.46.4
|
||||
pkgrel=1
|
||||
pkgdesc="Conversion tool to create man files"
|
||||
arch=('i686' 'x86_64')
|
||||
@@ -12,9 +12,9 @@ depends=('perl-Locale-Gettext' 'libintl')
|
||||
install=help2man.install
|
||||
source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
|
||||
1.40.4-cygwin-nls.patch)
|
||||
sha256sums=('a669dc3baf2f9fcfcf9d55d8555d1c234bc3cabd5fbe8e36e0dea4a88c222942'
|
||||
sha256sums=('1ae7f15f53b0cc55b070ae49df2ee5caa942c71529054e157599427bba3c5633'
|
||||
'SKIP'
|
||||
'793aec1da9465ed1ddbe34ef178f753a17b3b183382e5f5baeadd6e88bee9f92')
|
||||
'6cf5541d6233b6c0ce0248ecb6376682646ee56f795b19906f0acc63d83de482')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
Reference in New Issue
Block a user