summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPlaton Pronko2022-08-04 06:37:06 +0300
committerPlaton Pronko2022-08-04 06:37:06 +0300
commita2ffb922a88abb8ff4fafc25c139b5f53c8e8aee (patch)
tree770b9ebddcae51c68e14f9c43534d9b1269f4dda
parent8f4223e01c4f23edf723cc9b7d93f6033036cf80 (diff)
downloadaur-a2ffb922a88abb8ff4fafc25c139b5f53c8e8aee.tar.gz
update to version 0.5.11
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39ebd410a21d..437868b4fb55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-num2words
pkgdesc = Python modules to convert numbers to words.
- pkgver = 0.5.10
- pkgrel = 2
+ pkgver = 0.5.11
+ pkgrel = 1
url = https://github.com/savoirfairelinux/num2words
arch = any
license = LGPL
checkdepends = python
makedepends = python-setuptools
- source = https://github.com/savoirfairelinux/num2words/archive/v0.5.10.tar.gz
- sha256sums = ff107ecc0b6709bedf31fdb9e2ca45d29d3fd34b9eb6a0b89a862f337ac5ff00
+ source = https://github.com/savoirfairelinux/num2words/archive/v0.5.11.tar.gz
+ sha256sums = 0d2ef40ce732428a48b1012d6b342edef6d9a71cce12dcaab9347bd305392beb
pkgname = python-num2words
-
diff --git a/PKGBUILD b/PKGBUILD
index 592263e8d782..4116d2e0b7e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Platon Pronko <platon7pronko@gmail.com>
pkgname='python-num2words'
-pkgver=0.5.10
-pkgrel=2
+pkgver=0.5.11
+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')
checkdepends=('python')
source=("https://github.com/savoirfairelinux/num2words/archive/v${pkgver}.tar.gz")
-sha256sums=('ff107ecc0b6709bedf31fdb9e2ca45d29d3fd34b9eb6a0b89a862f337ac5ff00')
+sha256sums=('0d2ef40ce732428a48b1012d6b342edef6d9a71cce12dcaab9347bd305392beb')
prepare() {
cd "${srcdir}/num2words-${pkgver}"