diff --git a/.SRCINFO b/.SRCINFO index 25a5949..9b8cfbb 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -10,7 +10,7 @@ pkgbase = firefox-syncstorage arch = armv6h arch = armv7h arch = aarch64 - license = MPL2 + license = MPL-2.0 makedepends = rust makedepends = cmake makedepends = pkgconf diff --git a/PKGBUILD b/PKGBUILD index fe87e02..80d2604 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=1 pkgdesc='Sync storage server with built-in token server for running a self-hosted firefox sync server' arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://github.com/mozilla-services/${_pkgname}" -license=('MPL2') +license=('MPL-2.0') depends=('openssl' 'python-fxa' 'python-tokenlib') makedepends=('rust' 'cmake' 'pkgconf' 'mariadb-libs') optdepends=('mysql: for use with a local database server')