Skip to content

Commit

Permalink
Merge pull request #3881 from lazka/tcsh-6.24.10
Browse files Browse the repository at this point in the history
tcsh: Update to 6.24.10
  • Loading branch information
lazka authored Jul 12, 2023
2 parents 64a0473 + ec5a17a commit f247716
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 74 deletions.
22 changes: 12 additions & 10 deletions tcsh/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Masanori Shirayama <[email protected]>

pkgname=tcsh
pkgver=6.23.00
pkgver=6.24.10
pkgrel=1
epoch=
pkgdesc="C shell with file name completion and command line editing"
Expand All @@ -14,25 +14,27 @@ makedepends=('gcc' 'libcrypt-devel' 'libiconv-devel' 'ncurses-devel' 'autotools'
provides=('csh')
conflicts=('csh')
install=tcsh.install
source=("https://astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz"
"msys-platform.patch")
sha256sums=('4ebeb2f33633d115d9535f554c651a8523040d8d91e5de333fb2ee045b8e001e'
'69d1f10818adf9ebb09369a5eb3500c289f518c5e54f51d93439c7a6ac90af6b')
source=("https://astron.com/pub/tcsh/tcsh-${pkgver}.tar.gz"{,.asc})
sha256sums=('13475c0fbeb74139d33ed793bf00ffbbb2ac2dc9fb1d44467a410760aba36664'
'SKIP')
validpgpkeys=('AD87109763D8D8C2C94CBA8065C26E471F45B123') # Kimmo Suominen

prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
cp -f config/cygwin config/msys
patch -p1 -i ${srcdir}/msys-platform.patch

autoreconf -ivf
}

build() {
cd "${srcdir}/${pkgname}-${pkgver}"

export MSYSTEM=CYGWIN
local CYGWIN_CHOST="${CHOST/-msys/-cygwin}"
./configure \
--prefix=/usr \
--build=${CHOST} \
--host=${CHOST} \
--target=${CHOST}
--build=${CYGWIN_CHOST} \
--host=${CYGWIN_CHOST} \
--target=${CYGWIN_CHOST}

make
}
Expand Down
64 changes: 0 additions & 64 deletions tcsh/msys-platform.patch

This file was deleted.

0 comments on commit f247716

Please sign in to comment.