1
0
Fork 0

Added package dependency on sqlite.

This commit is contained in:
Alexander Andreev 2023-02-05 23:23:16 +04:00
parent bc37700d9b
commit fcfe75dfae
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://git.arav.top/Arav/dwelling-home"
license=('MIT')
groups=()
depends=()
depends=('sqlite')
makedepends=('go')
provides=('dwelling-home')
conflicts=('dwelling-home')