summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c3fd3a73677..ecdfefd2be6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-bson
pkgdesc = BSON codec for Python
pkgver = 0.5.10
- pkgrel = 1
- url = http://github.com/py-bson/bson
+ pkgrel = 2
+ url = https://github.com/py-bson/bson
arch = any
license = BSD
makedepends = python-setuptools
depends = python
+ conflicts = python-pymongo
source = https://files.pythonhosted.org/packages/source/b/bson/bson-0.5.10.tar.gz
sha256sums = d6511b2ab051139a9123c184de1a04227262173ad593429d21e443d6462d6590
diff --git a/PKGBUILD b/PKGBUILD
index 5a95e9c52a3c..fe9a6a570f3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: acxz
+# Maintainer: acxz <akashpatel2008 at yahoo dot com>
# Contributor: MCMic <come@chilliet.eu>
# Generated with pip2pkgbuild
@@ -6,11 +6,12 @@ pkgbase='python-bson'
pkgname=('python-bson')
_module='bson'
pkgver='0.5.10'
-pkgrel=1
+pkgrel=2
pkgdesc="BSON codec for Python"
-url="http://github.com/py-bson/bson"
+url="https://github.com/py-bson/bson"
depends=('python')
makedepends=('python-setuptools')
+conflicts=('python-pymongo')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")