summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Depau2020-06-16 04:06:55 +0200
committerDavide Depau2020-06-16 04:06:55 +0200
commitc8948dafd397911b407327e55b95e6055d52a351 (patch)
tree2fd3154606399edcc9c3213cfad7bef579869f67
parent26284ee41d179e586e1bdfe7304bae121e33411c (diff)
downloadaur-python-fastecdsa-git.tar.gz
Add conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 135d12049fcf..9d7221cd9379 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-fastecdsa-git
pkgdesc = Python library for fast elliptic curve crypto
pkgver = 2.1.2.r1.g4a16dae
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AntonKueltz/fastecdsa
arch = x86_64
license = custom:Unlicense
@@ -9,6 +9,7 @@ pkgbase = python-fastecdsa-git
depends = python
depends = gmp
provides = python-fastecdsa
+ conflicts = python-fastecdsa
source = python-fastecdsa::git+https://github.com/AntonKueltz/fastecdsa.git
sha256sums = SKIP
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')