Some rebuilds

This commit is contained in:
Christoph Reiter 2023-03-06 20:48:55 +01:00
parent a695435299
commit 9a9fc78edb
3 changed files with 11 additions and 6 deletions

View File

@ -3,7 +3,7 @@
# shamelessly stolen from Archlinux
pkgname='docbook-dsssl'
pkgver=1.79
pkgrel=1
pkgrel=2
pkgdesc="DSSSL Stylesheets for DocBook"
arch=('any')
url="https://docbook.sourceforge.io/"

View File

@ -2,7 +2,7 @@
pkgname=docx2txt
pkgver=1.4
pkgrel=1
pkgrel=2
pkgdesc="docx2txt is a perl based command line utility to convert Microsoft Office(Tm) Docx documents to equivalent Text documents"
arch=('i686' 'x86_64')
license=('GPL3+')

View File

@ -2,12 +2,12 @@
pkgname=mosh
pkgver=1.4.0
pkgrel=4
pkgrel=5
pkgdesc="Mobile shell, surviving disconnects with local echo and line editing"
arch=('i686' 'x86_64')
url='https://mosh.mit.edu/'
url='https://mosh.org/'
groups=('net-utils')
license=('GPL3')
license=('spdx:GPL-3.0-or-later')
depends=('protobuf' 'ncurses' 'zlib' 'libopenssl' 'openssh' 'perl')
makedepends=('protobuf-devel' 'ncurses-devel' 'zlib-devel' 'openssl-devel' 'bash-completion' 'autotools' 'gcc' 'perl-doc')
source=("https://github.com/mobile-shell/mosh/releases/download/mosh-${pkgver}/mosh-${pkgver}.tar.gz")
@ -16,8 +16,13 @@ options=(!emptydirs)
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
CXXFLAGS+=" -D_GNU_SOURCE"
export MSYSTEM=CYGWIN
local CYGWIN_CHOST="${CHOST/-msys/-cygwin}"
./configure \
--host=${CHOST} \
--host=${CYGWIN_CHOST} \
--build=${CYGWIN_CHOST} \
--prefix=/usr \
--enable-completion
make