summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJameson Pugh2018-06-28 14:08:48 -0400
committerJameson Pugh2018-06-28 14:08:48 -0400
commit7b450b2843319813dd098294debe70048b8e7617 (patch)
treed8b734bd17b0aabb3ae4f93ac080cdc53c4a5262 /PKGBUILD
parent385249fb6a783e349e59924112366361a8557838 (diff)
downloadaur-7b450b2843319813dd098294debe70048b8e7617.tar.gz
0.5.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 586445340359..ca96b74099b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-num2words
pkgname=('python-num2words' 'python2-num2words')
-pkgver=0.5.5
+pkgver=0.5.7
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=('8e234b7bdcf25c606969b4002d514808ec79c990859279f6cead261d9803f752')
+sha256sums=('d64de65cfe51e4cb9848592a47d16511b2fce7b6583f38ea4c2253cf5631cc06')
check() {
cd "${srcdir}/num2words-${pkgver}"