Skip to content

Commit

Permalink
libedit: Update to 20240808_3.1
Browse files Browse the repository at this point in the history
upstream prefixed all man pages, so there are no conflicts anymore
  • Loading branch information
lazka committed Jan 2, 2025
1 parent e31b1b9 commit 08de31f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions libedit/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgbase=libedit
pkgname=('libedit' 'libedit-devel')
_base_ver=3.1
_snap_date=20240517
_snap_date=20240808
pkgver=${_snap_date}_${_base_ver}
pkgrel=1
pkgdesc="Libedit is an autotool- and libtoolized port of the NetBSD Editline library."
Expand All @@ -17,7 +17,7 @@ options=('staticlibs')
source=(https://www.thrysoee.dk/editline/${pkgname}-${_snap_date}-${_base_ver}.tar.gz
libedit-20191231-3.1.patch
cygwin-build.patch)
sha256sums=('3a489097bb4115495f3bd85ae782852b7097c556d9500088d74b6fa38dbd12ff'
sha256sums=('5f0573349d77c4a48967191cdd6634dd7aa5f6398c6a57fe037cc02696d6099f'
'858f123a0844bb16903014a9b3e7dd4668654931a07ca8a9a4d1a8a3572863b0'
'b04f81f22bd5601c3df54dcdc7f79c5a25a7a8563336238129ac7bba123ed2a3')

Expand Down Expand Up @@ -55,8 +55,6 @@ package_libedit() {
mkdir -p ${pkgdir}/usr
cp -rf ${srcdir}/dest/usr/bin ${pkgdir}/usr/
cp -rf ${srcdir}/dest/usr/share ${pkgdir}/usr/
rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
cp "${pkgdir}"/usr/share/man/man3/editline.3 "${pkgdir}"/usr/share/man/man3/el.3
}

package_libedit-devel() {
Expand Down

0 comments on commit 08de31f

Please sign in to comment.