fix: sqlite dependency name
This commit is contained in:
parent
fbfa78eb22
commit
4eeb63150e
@ -10,7 +10,7 @@ HASHES=("d0d562b766221ed0550c1f6854d3afbf0a12d48c68258fd5fd15033d758c1a91")
|
||||
# install and build depends
|
||||
DEPENDS=(
|
||||
"openssl" "libarchive" "libinih"
|
||||
"sqlite3" "gpgme" "gettext"
|
||||
"sqlite" "gpgme" "gettext"
|
||||
)
|
||||
BUILD=("gcc" "make")
|
||||
|
||||
|
@ -15,7 +15,7 @@ HASHES=(
|
||||
)
|
||||
|
||||
# install and build depends
|
||||
DEPENDS=("glibc" "nspr" "bash" "sqlite3" "zlib")
|
||||
DEPENDS=("glibc" "nspr" "bash" "sqlite" "zlib")
|
||||
BUILD=("make" "perl" "python3")
|
||||
|
||||
PACKAGE(){
|
||||
|
Loading…
Reference in New Issue
Block a user