From 1cad85ae80d09ec2eb7b9d20d078bbe01f545189 Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Tue, 22 Dec 2020 18:18:33 -0500 Subject: [PATCH] dash: Properly build against libedit. If libedit is not installed on the builder, ./configure just silently ignores the --with-libedit switch and moves on. --- trunk/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index ea00767..b81055d 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -3,12 +3,12 @@ pkgname=dash pkgver=0.5.11.2 -pkgrel=1 +pkgrel=2 pkgdesc='POSIX compliant shell that aims to be as small as possible' url='http://gondor.apana.org.au/~herbert/dash/' arch=('x86_64') license=('BSD') -depends=('glibc') +depends=('glibc' 'libedit') install=dash.install source=(https://git.kernel.org/pub/scm/utils/dash/dash.git/snapshot/${pkgname}-${pkgver}.tar.gz) sha512sums=('851abffe9087c79f580801b323cc1c26ca5a370a34ca4aa241f47802ba645fe854f8623a0f81e0e14f05b7b824828bace22901ac4ad77d7ce4630cb5368243c2') -- 2.29.2