summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJameson Pugh2019-05-22 08:25:30 -0400
committerJameson Pugh2019-05-22 08:25:30 -0400
commit986ccc9e5204f5bd5175431181f7563757b97806 (patch)
tree744e8f716c4269bf0e3b0bed28b63b6137588cc5 /PKGBUILD
parent7b450b2843319813dd098294debe70048b8e7617 (diff)
downloadaur-986ccc9e5204f5bd5175431181f7563757b97806.tar.gz
0.5.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca96b74099b7..25466d12300b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-num2words
pkgname=('python-num2words' 'python2-num2words')
-pkgver=0.5.7
+pkgver=0.5.9
pkgrel=1
pkgdesc="Python modules to convert numbers to words."
arch=('any')
@@ -11,7 +11,7 @@ license=('LGPL')
makedepends=('python-setuptools' 'python2-setuptools')
checkdepends=('python' 'python2')
source=("https://github.com/savoirfairelinux/num2words/archive/${pkgver}.tar.gz")
-sha256sums=('d64de65cfe51e4cb9848592a47d16511b2fce7b6583f38ea4c2253cf5631cc06')
+sha256sums=('812cc8d3f270ec84bab6c95e900a922e324236b7ad687bf6d262224cfb6ed028')
check() {
cd "${srcdir}/num2words-${pkgver}"