summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavide Depau2020-06-16 04:06:55 +0200
committerDavide Depau2020-06-16 04:06:55 +0200
commitc8948dafd397911b407327e55b95e6055d52a351 (patch)
tree2fd3154606399edcc9c3213cfad7bef579869f67 /PKGBUILD
parent26284ee41d179e586e1bdfe7304bae121e33411c (diff)
downloadaur-python-fastecdsa-git.tar.gz
Add conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c629b39989ec..94cf324b30b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='python-fastecdsa'
pkgname="${_pkgname}-git"
pkgver=2.1.2.r1.g4a16dae
-pkgrel=1
+pkgrel=2
pkgdesc='Python library for fast elliptic curve crypto'
arch=('x86_64') # Please let me know if it works on other archs
url='https://github.com/AntonKueltz/fastecdsa'
@@ -11,6 +11,7 @@ license=('custom:Unlicense')
depends=('python' 'gmp')
makedepends=('python-setuptools')
provides=("$_pkgname")
+conflicts=("$_pkgname")
source=("$_pkgname::git+https://github.com/AntonKueltz/fastecdsa.git")
sha256sums=('SKIP')