summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2022-04-18 08:33:04 -0400
committeracxz2022-04-18 08:33:04 -0400
commit7c2c66d6cd8b799f5f8194185b76f7962973a930 (patch)
treee70ba83a2ad6291129f7899536fe53afbacab407
parentfa4eb7791eca3a0c05638ed58ed08d56c94f3084 (diff)
downloadaur-python-bson.tar.gz
add python-pymongo conflict
-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")