summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2022-04-18 08:33:04 -0400
committeracxz2022-04-18 08:33:04 -0400
commit7c2c66d6cd8b799f5f8194185b76f7962973a930 (patch)
treee70ba83a2ad6291129f7899536fe53afbacab407 /PKGBUILD
parentfa4eb7791eca3a0c05638ed58ed08d56c94f3084 (diff)
downloadaur-python-bson.tar.gz
add python-pymongo conflict
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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")