summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2020-02-02 01:12:01 +0100
committerSophie Tauchert2020-02-02 01:12:01 +0100
commite676aa438c5cd68b8d7d66040d1285b40e1afdcc (patch)
tree77ce3b290680b875b621851864bbdc56e5309e76
parentab0bbc8e445a89eaaccdb8587c1057ab44fb4fd0 (diff)
downloadaur-e676aa438c5cd68b8d7d66040d1285b40e1afdcc.tar.gz
Update to v1.0.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b03436e9ae9..9bbda8a0370c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-timeago
pkgdesc = Very simple python library, used to format datetime with `***time ago` statement.
- pkgver = 1.0.10
+ pkgver = 1.0.13
pkgrel = 1
url = https://github.com/hustcc/timeago
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/t/timeago/timeago-1.0.10.tar.gz
- source = https://raw.githubusercontent.com/hustcc/timeago/1.0.10/LICENSE
- sha256sums = 1e26ed34cc1fdcdbb949a0d9603a78d9b794ec1ec2a6179a13466596cbdc2320
+ source = https://files.pythonhosted.org/packages/source/t/timeago/timeago-1.0.13.tar.gz
+ source = https://raw.githubusercontent.com/hustcc/timeago/1.0.13/LICENSE
+ sha256sums = 3180c3b386c3f2b60f80cdc377522e6833c934109b7cbbad4250e5e02419a225
sha256sums = e2a15cd0b56cfffbb99e27caeb87afe58ff78097d9c3bd3aea2a251145479912
pkgname = python-timeago
diff --git a/PKGBUILD b/PKGBUILD
index 44ffbb2be2f0..e52b1ee2522d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=timeago
pkgname=python-${_pkgname}
-pkgver=1.0.10
+pkgver=1.0.13
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=('1e26ed34cc1fdcdbb949a0d9603a78d9b794ec1ec2a6179a13466596cbdc2320'
+sha256sums=('3180c3b386c3f2b60f80cdc377522e6833c934109b7cbbad4250e5e02419a225'
'e2a15cd0b56cfffbb99e27caeb87afe58ff78097d9c3bd3aea2a251145479912')
build() {