summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79498bd59c30..c21c74f99fdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
-# Generated by mksrcinfo v8
-# Sun Mar 11 20:36:50 UTC 2018
pkgbase = python2-cornice-0.16.2
pkgdesc = Define Web Services in Pyramid
pkgver = 0.16.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mozilla-services/cornice
arch = any
license = MPL2
+ makedepends = python2-setuptools
depends = python2
+ conflicts = python2-cornice
source = https://github.com/Cornices/cornice/archive/0.16.2.tar.gz
sha512sums = d28910c65fe90462832e05f92ed0d665cb3fbc4c6167ad0703d758a2b3bc75b8d3481a06d3217bde4a093c9b20a6aadcacb2a9e45cfd2f29b9ebe5e3ac87f4a2
diff --git a/PKGBUILD b/PKGBUILD
index 89b0cda4bd9c..cfe37869c1c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
-# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
+# Maintainer: aereaux <aidan@jmad.org>
# Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com>
pkgname=python2-cornice-0.16.2
_pkgname=cornice
pkgver=0.16.2
-pkgrel=1
+pkgrel=2
pkgdesc="Define Web Services in Pyramid"
arch=('any')
url="https://github.com/mozilla-services/cornice"
license=('MPL2')
depends=('python2')
+makedepends=('python2-setuptools')
+conflicts=('python2-cornice')
source=("https://github.com/Cornices/cornice/archive/${pkgver}.tar.gz")
sha512sums=("d28910c65fe90462832e05f92ed0d665cb3fbc4c6167ad0703d758a2b3bc75b8d3481a06d3217bde4a093c9b20a6aadcacb2a9e45cfd2f29b9ebe5e3ac87f4a2")