summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2018-03-11 21:47:10 +0100
committerJonas Heinrich2018-03-11 21:47:10 +0100
commita9334612a86b3239fed7c719b36bd3a0d495b7b6 (patch)
tree96ac2b975d669e4baf61a798d1e59e0cba397687
parent27db7d34efeb929ee04a0e41baba1fdaaf6e78e4 (diff)
downloadaur-a9334612a86b3239fed7c719b36bd3a0d495b7b6.tar.gz
add missing dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcd38b16c155..aab609c73329 100644
--- a/PKGBUILD
+++ b/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'