summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Gerritse2022-12-19 11:58:18 +0100
committerJohn Gerritse2022-12-19 11:58:18 +0100
commita6f205263af0c348e079a81b2eef904d65de1cc7 (patch)
treec9ca67d80ce673bb7271b7f6bc240fe49d208b1c /PKGBUILD
parentb4b33d01cf3e002b1da5176dd7ca9491443acd9b (diff)
downloadaur-python-symspellpy.tar.gz
Added python-setuptools as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8db76eabeab..1bde651f3411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-symspellpy
_pkgname=symspellpy
pkgver=6.7.7
-pkgrel=1
+pkgrel=2
pkgdesc="Python SymSpell"
arch=('any')
url="https://github.com/mammothb/symspellpy"
license=('MIT')
depends=('python')
-makedepends=(python-build python-installer python-wheel)
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
source=(
${pkgname}-${pkgver}.tar.gz::https://github.com/mammothb/symspellpy/archive/v${pkgver}.tar.gz
)