summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSophie Tauchert2020-10-18 15:02:07 +0200
committerSophie Tauchert2020-10-18 15:02:07 +0200
commit0dc76428cc54bc0354b9fcece92862d02a7788a6 (patch)
tree8ac903f2684e3ffe8506b2eefb60ce4fb05ad074 /PKGBUILD
parente676aa438c5cd68b8d7d66040d1285b40e1afdcc (diff)
downloadaur-0dc76428cc54bc0354b9fcece92862d02a7788a6.tar.gz
Update to v1.0.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e52b1ee2522d..a24ab5a59b7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=timeago
pkgname=python-${_pkgname}
-pkgver=1.0.13
+pkgver=1.0.14
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=('3180c3b386c3f2b60f80cdc377522e6833c934109b7cbbad4250e5e02419a225'
+sha256sums=('4308d0123a21c778e0ac66fb68e09c15ab6a006e152f8840902575b48aac373d'
'e2a15cd0b56cfffbb99e27caeb87afe58ff78097d9c3bd3aea2a251145479912')
build() {