summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPlaton Pronko2022-10-27 08:22:34 +0300
committerPlaton Pronko2022-10-27 08:22:34 +0300
commit0495f42fbac9f5c5b84e7805b4b30e67bbca3005 (patch)
tree17b32e43ecd8b927d37cdf1922a5aadd4f6fab5b /PKGBUILD
parentab95573ce1dbf62518081edf81b2764106d8de8a (diff)
downloadaur-0495f42fbac9f5c5b84e7805b4b30e67bbca3005.tar.gz
add python-pip to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bb5e4102055..114196b343e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='python-num2words'
pkgver=0.5.12
-pkgrel=1
+pkgrel=2
pkgdesc="Python modules to convert numbers to words."
arch=('any')
url='https://github.com/savoirfairelinux/num2words'
license=('LGPL')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-pip')
checkdepends=('python')
source=("https://github.com/savoirfairelinux/num2words/archive/v${pkgver}.tar.gz")
sha256sums=('1df054ab1166d8b124fc7b965f8852f998f09c6002dbb27089212ec5af18131a')