summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonian Guveli2020-09-27 21:38:27 +0300
committerJonian Guveli2020-09-27 21:38:27 +0300
commit6e962dceb5b7c8144d4b408b01640fee23f7b631 (patch)
tree09c6148635ddeed3c0bd3188d8c39ca8a28a545f /PKGBUILD
parent321901801ae15972d8c221e248a970325768cfcf (diff)
downloadaur-6e962dceb5b7c8144d4b408b01640fee23f7b631.tar.gz
fix conflict with self
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")