diff options
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 5 deletions
@@ -1,10 +1,10 @@ pkgbase = seadrive-daemon pkgdesc = SeaDrive daemon with FUSE interface pkgver = 3.0.12 - pkgrel = 2 + pkgrel = 3 url = https://github.com/haiwen/seadrive-fuse arch = x86_64 - license = GPL3 + license = GPL-3.0-only makedepends = git depends = libsearpc depends = sqlite @@ -12,6 +12,7 @@ pkgbase = seadrive-daemon depends = fuse2 depends = libevent depends = openssl + depends = argon2 depends = glib2 depends = zlib depends = util-linux-libs @@ -5,12 +5,12 @@ _reponame=seadrive-fuse pkgname=seadrive-daemon pkgver=3.0.12 -pkgrel=2 +pkgrel=3 pkgdesc="SeaDrive daemon with FUSE interface" arch=('x86_64') url="https://github.com/haiwen/seadrive-fuse" -license=('GPL3') -depends=('libsearpc' 'sqlite' 'curl' 'fuse2' 'libevent' 'openssl' +license=('GPL-3.0-only') +depends=('libsearpc' 'sqlite' 'curl' 'fuse2' 'libevent' 'openssl' 'argon2' 'glib2' 'zlib' 'util-linux-libs' 'jansson' 'glibc' 'libwebsockets') makedepends=('git') _tag=5cad3a92b56d8aa99b7901437467f29e0bbd1857 # git rev-parse v${pkgver} |