diff options
-rw-r--r-- | testing/hexer/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hexer/APKBUILD b/testing/hexer/APKBUILD index 8ad95a840f..182598a94f 100644 --- a/testing/hexer/APKBUILD +++ b/testing/hexer/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="LGPL-2.0-or-later" options="!check" depends="gdal" -makedepends="cmake gdal-dev" +makedepends="cmake gdal-dev sqlite-libs" install="" subpackages="$pkgname-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/hobu/$pkgname/archive/$pkgver.tar.gz |