diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/pgimportdoc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pgimportdoc/APKBUILD b/community/pgimportdoc/APKBUILD index e83a8c180b..32376bf891 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" |