summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2018-06-28 14:08:48 -0400
committerJameson Pugh2018-06-28 14:08:48 -0400
commit7b450b2843319813dd098294debe70048b8e7617 (patch)
treed8b734bd17b0aabb3ae4f93ac080cdc53c4a5262
parent385249fb6a783e349e59924112366361a8557838 (diff)
downloadaur-7b450b2843319813dd098294debe70048b8e7617.tar.gz
0.5.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33f2fa11be3d..853c44a4dc09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-num2words
pkgdesc = Python modules to convert numbers to words.
- pkgver = 0.5.5
+ pkgver = 0.5.7
pkgrel = 1
url = https://github.com/savoirfairelinux/num2words
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-num2words
checkdepends = python2
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/savoirfairelinux/num2words/archive/0.5.5.tar.gz
- sha256sums = 8e234b7bdcf25c606969b4002d514808ec79c990859279f6cead261d9803f752
+ source = https://github.com/savoirfairelinux/num2words/archive/0.5.7.tar.gz
+ sha256sums = d64de65cfe51e4cb9848592a47d16511b2fce7b6583f38ea4c2253cf5631cc06
pkgname = python-num2words
pkgdesc = Python modules to convert numbers to words. (python3 version)
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}"