aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYunchih Chen <yunchih.cat@gmail.com>2018-12-11 18:22:29 +0800
committerYunchih Chen <yunchih.cat@gmail.com>2018-12-11 18:22:29 +0800
commit285ca09c0d1440aea584860dbcccd25516323661 (patch)
tree5be19de804a66907a9a0edc193e37a06db93944c
parent14f89d6fcbf8788de176669bf52acffd2f4beee5 (diff)
downloadnfcollect-285ca09c0d1440aea584860dbcccd25516323661.tar.gz
nfcollect-285ca09c0d1440aea584860dbcccd25516323661.tar.zst
nfcollect-285ca09c0d1440aea584860dbcccd25516323661.zip
PKGBUILD: Add sqlite
-rw-r--r--packaging/archlinux/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/archlinux/PKGBUILD b/packaging/archlinux/PKGBUILD
index cf89616..0fcb919 100644
--- a/packaging/archlinux/PKGBUILD
+++ b/packaging/archlinux/PKGBUILD
@@ -7,7 +7,7 @@ arch=(x86_64)
url='https://github.com/yunchih/nfcollect'
license=(MIT)
makedepends=(automake autoconf clang make)
-depends=(libnetfilter_log zstd)
+depends=(libnetfilter_log sqlite zstd)
source=(https://github.com/yunchih/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-${pkgrel}.tar.gz)
sha1sums=('1b23e15c5686df985926c638068bce00970b802c')