summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Gerritse2022-12-19 11:58:18 +0100
committerJohn Gerritse2022-12-19 11:58:18 +0100
commita6f205263af0c348e079a81b2eef904d65de1cc7 (patch)
treec9ca67d80ce673bb7271b7f6bc240fe49d208b1c
parentb4b33d01cf3e002b1da5176dd7ca9491443acd9b (diff)
downloadaur-python-symspellpy.tar.gz
Added python-setuptools as a dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d700a4a69215..2b561418160b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-symspellpy
pkgdesc = Python SymSpell
pkgver = 6.7.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mammothb/symspellpy
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = python
source = python-symspellpy-6.7.7.tar.gz::https://github.com/mammothb/symspellpy/archive/v6.7.7.tar.gz
sha256sums = d8e0b2f9739fd25058b84d2c72a4255ab2e29633598aeb08b9292b618506effa
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
)