summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSophie Tauchert2019-04-12 15:11:59 +0200
committerSophie Tauchert2019-04-12 15:11:59 +0200
commitab0bbc8e445a89eaaccdb8587c1057ab44fb4fd0 (patch)
treed6fb03744f83a7d37d381057e8922e966f8a1aab /PKGBUILD
parent43c5de70398707486e8d4ebebf64c9fcdee3cf73 (diff)
downloadaur-ab0bbc8e445a89eaaccdb8587c1057ab44fb4fd0.tar.gz
Update to v1.0.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89ec6fbb443c..44ffbb2be2f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=timeago
pkgname=python-${_pkgname}
-pkgver=1.0.9
+pkgver=1.0.10
pkgrel=1
pkgdesc="Very simple python library, used to format datetime with \`***time ago\` statement."
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
provides=()
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/hustcc/timeago/${pkgver}/LICENSE")
-sha256sums=('5473b95e6232c902b0390f0e44375863f9359432711dbcbbd15033612dc44f8a'
+sha256sums=('1e26ed34cc1fdcdbb949a0d9603a78d9b794ec1ec2a6179a13466596cbdc2320'
'e2a15cd0b56cfffbb99e27caeb87afe58ff78097d9c3bd3aea2a251145479912')
build() {