fix: sqlite dependency name

This commit is contained in:
ngn 2024-08-11 23:42:45 +03:00
parent fbfa78eb22
commit 4eeb63150e
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ HASHES=("d0d562b766221ed0550c1f6854d3afbf0a12d48c68258fd5fd15033d758c1a91")
# install and build depends # install and build depends
DEPENDS=( DEPENDS=(
"openssl" "libarchive" "libinih" "openssl" "libarchive" "libinih"
"sqlite3" "gpgme" "gettext" "sqlite" "gpgme" "gettext"
) )
BUILD=("gcc" "make") BUILD=("gcc" "make")

View File

@ -15,7 +15,7 @@ HASHES=(
) )
# install and build depends # install and build depends
DEPENDS=("glibc" "nspr" "bash" "sqlite3" "zlib") DEPENDS=("glibc" "nspr" "bash" "sqlite" "zlib")
BUILD=("make" "perl" "python3") BUILD=("make" "perl" "python3")
PACKAGE(){ PACKAGE(){