summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjonian2021-11-03 13:04:47 +0200
committerjonian2021-11-03 13:04:47 +0200
commita96a8abc241f9c154ec26531bdde7e90e6bcc1e4 (patch)
tree62b5596584bca4e73518816647db4cabee85b128 /PKGBUILD
parent6e962dceb5b7c8144d4b408b01640fee23f7b631 (diff)
downloadaur-a96a8abc241f9c154ec26531bdde7e90e6bcc1e4.tar.gz
add missing python-attrs dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6b93f912418..15335397ce1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=python-fuzzysearch
pkgver=0.7.3
-pkgrel=2
+pkgrel=3
pkgdesc="A Python library for fuzzy substring searches"
arch=("any")
url="https://github.com/taleinat/fuzzysearch"
license=("MIT")
-depends=("python")
+depends=("python" "python-attrs")
makedepends=("python-setuptools")
conflicts=("${pkgname}-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")