summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomislav Ivek2022-12-01 10:53:37 +0100
committerTomislav Ivek2022-12-01 10:53:37 +0100
commitebccc1618bb38eeb4a7bc53e92128432468ea2b3 (patch)
treec9f979d31dcd24488d1551a8351a14ef38291125 /PKGBUILD
parente7edfdab7056530628583d3cb4b6d97aec8696af (diff)
downloadaur-python-node-semver.tar.gz
add conflict with python-semver due to same Python package name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d57ce14c1c3..ca0c7489fef9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=('python-node-semver')
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="python version of node-semver"
arch=('any')
url="https://github.com/podhmo/python-node-semver"
license=('MIT')
depends=('python')
+conflicts=('python-semver')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/podhmo/python-node-semver/archive/$pkgver.tar.gz")
sha512sums=('5a988755ed97aa1ba9b97595738200821787c2cc71f40198cffdc22c4b823fe132668946ecc3f0fb66d6c33fe0ec7bdcfa9c9794e3d382b38f8551d15d4af5e6')