add missing dependency
This commit is contained in:
parent
27db7d34ef
commit
a9334612a8
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -4,13 +4,13 @@
|
|||
|
||||
pkgname=mozilla-firefox-sync-server
|
||||
pkgver=1.7.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Mozilla Sync Server for built-in Firefox Sync"
|
||||
arch=('any')
|
||||
url='http://docs.services.mozilla.com/howtos/run-sync-1.5.html'
|
||||
license=('GPL')
|
||||
depends=('python2' 'python2-pyramid' 'python2-mozsvc' 'python2-konfig' 'python2-configparser' 'python2-tokenserver'
|
||||
'python2-simplejson' 'python2-paste-deploy' 'python2-syncstorage' 'python2-pyramid-hawkauth' 'python2-tokenlib')
|
||||
'python2-simplejson' 'python2-paste-deploy' 'python2-syncstorage' 'python2-pyramid-hawkauth' 'python2-tokenlib' 'python2-sqlalchemy')
|
||||
install=${pkgname}.install
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mozilla-services/syncserver/archive/v${pkgver}.tar.gz"
|
||||
'ffsync.service'
|
||||
|
|
Loading…
Reference in a new issue