summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ee225809b40..6788373eda73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = python2-tokenserver
pkgdesc = Mozilla Token Server
pkgver = 1.3.1
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/mozilla-services/tokenserver
arch = any
license = MPL2
depends = python2
depends = python2-browserid
- depends = python2-cornice
+ depends = python2-cornice-0.16.2
depends = python2-pymysql-sa
depends = python2-setuptools
+ depends = python2-fxa
source = https://github.com/mozilla-services/tokenserver/archive/1.3.1.tar.gz
sha512sums = fc0396e9cefc7ba5bcaa91ed3975d4479c3e70036fd9c50a3031aaa80ef9bdd44cdfd4e95b2516a9e89240c9bda30a3336dbcf84d6680d9bfa908511ed7e05a4
diff --git a/PKGBUILD b/PKGBUILD
index acb147fa8746..dd9ff51777c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: peippo <christoph.fink@gmail.com>
+# Maintainer: aereaux <aidan@jmad.org>
+# Contributor: peippo <christoph.fink@gmail.com>
# Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com>
pkgname=python2-tokenserver
@@ -8,7 +9,7 @@ pkgdesc="Mozilla Token Server"
url="https://github.com/mozilla-services/tokenserver"
pkgver=1.3.1
-pkgrel=0
+pkgrel=1
arch=("any")
license=("MPL2")
@@ -16,9 +17,10 @@ license=("MPL2")
depends=(
"python2"
"python2-browserid"
- "python2-cornice"
+ "python2-cornice-0.16.2"
"python2-pymysql-sa"
"python2-setuptools"
+ "python2-fxa"
)
source=("https://github.com/mozilla-services/tokenserver/archive/${pkgver}.tar.gz")