summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPlaton Pronko2023-10-19 12:25:45 +0800
committerPlaton Pronko2023-10-19 12:25:45 +0800
commit61f42e452e2a24918276a7b1507782793e04c9d8 (patch)
tree425c420109792aa03bb782bd9583a66674e6c272 /PKGBUILD
parent0495f42fbac9f5c5b84e7805b4b30e67bbca3005 (diff)
downloadaur-python-num2words.tar.gz
update to version 0.5.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 114196b343e0..f9406f468da0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Platon Pronko <platon7pronko@gmail.com>
pkgname='python-num2words'
-pkgver=0.5.12
-pkgrel=2
+pkgver=0.5.13
+pkgrel=1
pkgdesc="Python modules to convert numbers to words."
arch=('any')
url='https://github.com/savoirfairelinux/num2words'
@@ -10,7 +10,7 @@ license=('LGPL')
makedepends=('python-setuptools' 'python-pip')
checkdepends=('python')
source=("https://github.com/savoirfairelinux/num2words/archive/v${pkgver}.tar.gz")
-sha256sums=('1df054ab1166d8b124fc7b965f8852f998f09c6002dbb27089212ec5af18131a')
+sha256sums=('79816a3a162c0563fe8149373d945966a941f6b34922960d7d3fd64275cb7c77')
prepare() {
cd "${srcdir}/num2words-${pkgver}"