summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2020-09-27 21:38:27 +0300
committerJonian Guveli2020-09-27 21:38:27 +0300
commit6e962dceb5b7c8144d4b408b01640fee23f7b631 (patch)
tree09c6148635ddeed3c0bd3188d8c39ca8a28a545f
parent321901801ae15972d8c221e248a970325768cfcf (diff)
downloadaur-6e962dceb5b7c8144d4b408b01640fee23f7b631.tar.gz
fix conflict with self
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d037c13b984..6d763bb49673 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = python-fuzzysearch
pkgdesc = A Python library for fuzzy substring searches
pkgver = 0.7.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/taleinat/fuzzysearch
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- conflicts = python-fuzzysearch
conflicts = python-fuzzysearch-git
source = python-fuzzysearch-0.7.3.tar.gz::https://github.com/taleinat/fuzzysearch/archive/v0.7.3.tar.gz
md5sums = 1466c8a2c3366120568fb3f66f9d0306
diff --git a/PKGBUILD b/PKGBUILD
index 9204bffd24e2..b6b93f912418 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=python-fuzzysearch
pkgver=0.7.3
-pkgrel=1
+pkgrel=2
pkgdesc="A Python library for fuzzy substring searches"
arch=("any")
url="https://github.com/taleinat/fuzzysearch"
license=("MIT")
depends=("python")
makedepends=("python-setuptools")
-conflicts=("${pkgname}" "${pkgname}-git")
+conflicts=("${pkgname}-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
md5sums=("1466c8a2c3366120568fb3f66f9d0306")