summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPlaton Pronko2022-10-27 08:22:34 +0300
committerPlaton Pronko2022-10-27 08:22:34 +0300
commit0495f42fbac9f5c5b84e7805b4b30e67bbca3005 (patch)
tree17b32e43ecd8b927d37cdf1922a5aadd4f6fab5b
parentab95573ce1dbf62518081edf81b2764106d8de8a (diff)
downloadaur-0495f42fbac9f5c5b84e7805b4b30e67bbca3005.tar.gz
add python-pip to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cf54f997eaf..2059cf77f92d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-num2words
pkgdesc = Python modules to convert numbers to words.
pkgver = 0.5.12
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/savoirfairelinux/num2words
arch = any
license = LGPL
checkdepends = python
makedepends = python-setuptools
+ makedepends = python-pip
source = https://github.com/savoirfairelinux/num2words/archive/v0.5.12.tar.gz
sha256sums = 1df054ab1166d8b124fc7b965f8852f998f09c6002dbb27089212ec5af18131a
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')