aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2021-05-23 12:20:28 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2021-05-23 12:21:28 +0000
commit43418850a927cc869c84fb76a668e18d37d5763e (patch)
treec9baf94d2af3d338a0c69acfda09896c68c066ff
parent9dd3cadb422d5165edda6487b299c62b39028316 (diff)
community/pgimportdoc: switch to realdine
posgresql switched to readline in 7db8fc9ee65 (main/postgresql: replace libedit with readline, 2021-04-10). Switch to readline to match postgresql.
-rw-r--r--community/pgimportdoc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pgimportdoc/APKBUILD b/community/pgimportdoc/APKBUILD
index e83a8c180be..32376bf891b 100644
--- a/community/pgimportdoc/APKBUILD
+++ b/community/pgimportdoc/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="CLI tool for import XML, TEXT and BYTEA documents to PostgreSQL"
url="https://github.com/okbob/pgimportdoc"
arch="all"
license="BSD-2-Clause"
-makedepends="libedit-dev libxml2-dev postgresql-dev zlib-dev"
+makedepends="readline-dev libxml2-dev postgresql-dev zlib-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/okbob/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"