summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJameson Pugh2019-08-21 08:26:47 -0400
committerJameson Pugh2019-08-21 08:26:47 -0400
commit53ca540ea574a8d4bcd6ffba98f45c2f87e519a5 (patch)
tree35e417cf939bdf7c73fd273b44d1a3eb63c9f9a1 /PKGBUILD
parentad8bdd245aaa2004caa3a05b09f659080f031ac0 (diff)
downloadaur-53ca540ea574a8d4bcd6ffba98f45c2f87e519a5.tar.gz
0.5.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91e51fdae3a9..9eabd817b25c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgbase=python-num2words
pkgname=('python-num2words' 'python2-num2words')
-pkgver=0.5.9
-pkgrel=2
+pkgver=0.5.10
+pkgrel=1
pkgdesc="Python modules to convert numbers to words."
arch=('any')
url='https://github.com/savoirfairelinux/num2words'
license=('LGPL')
makedepends=('python-setuptools' 'python2-setuptools')
checkdepends=('python' 'python2')
-source=("https://github.com/savoirfairelinux/num2words/archive/${pkgver}.tar.gz")
-sha256sums=('812cc8d3f270ec84bab6c95e900a922e324236b7ad687bf6d262224cfb6ed028')
+source=("https://github.com/savoirfairelinux/num2words/archive/v${pkgver}.tar.gz")
+sha256sums=('ff107ecc0b6709bedf31fdb9e2ca45d29d3fd34b9eb6a0b89a862f337ac5ff00')
check() {
cd "${srcdir}/num2words-${pkgver}"