summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2018-03-11 17:42:20 +0100
committerJonas Heinrich2018-03-11 17:42:20 +0100
commita3931c69364233c78cb621ee6b8f0bb19737c448 (patch)
treeac32843c7d8272208f9825900da3921deda16f1d
parent62b42b34588b7cf82cf7f92e0561eb3cedd22c22 (diff)
downloadaur-a3931c69364233c78cb621ee6b8f0bb19737c448.tar.gz
add missing dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffc5d53ba488..a1453bb7d640 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sun Mar 11 16:36:34 UTC 2018
+# Sun Mar 11 16:42:12 UTC 2018
pkgbase = python2-tokenserver
pkgdesc = The Mozilla Token Server
pkgver = 1.2.27
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mozilla-services/tokenserver
arch = any
license = MPL2
depends = python2
+ depends = python2-cornice
source = https://github.com/mozilla-services/tokenserver/archive/1.2.27.tar.gz
sha512sums = 318eb2fba337fbcabc9678fdd9dc704d68fb6eacf9d061a78a6463a504c6002608deab5179cbfe6f7e0b67d217bc6a21c77af407d70f5cdbf4eda6fb8d4e0a9b
diff --git a/PKGBUILD b/PKGBUILD
index d36327dc8250..d8d636cf9e14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=python2-tokenserver
_pkgname=tokenserver
pkgver=1.2.27
-pkgrel=1
+pkgrel=2
pkgdesc="The Mozilla Token Server"
arch=('any')
url="https://github.com/mozilla-services/tokenserver"
license=('MPL2')
-depends=('python2')
+depends=('python2' 'python2-cornice')
source=("https://github.com/mozilla-services/tokenserver/archive/${pkgver}.tar.gz")
sha512sums=("318eb2fba337fbcabc9678fdd9dc704d68fb6eacf9d061a78a6463a504c6002608deab5179cbfe6f7e0b67d217bc6a21c77af407d70f5cdbf4eda6fb8d4e0a9b")