summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2019-04-12 15:11:59 +0200
committerSophie Tauchert2019-04-12 15:11:59 +0200
commitab0bbc8e445a89eaaccdb8587c1057ab44fb4fd0 (patch)
treed6fb03744f83a7d37d381057e8922e966f8a1aab
parent43c5de70398707486e8d4ebebf64c9fcdee3cf73 (diff)
downloadaur-ab0bbc8e445a89eaaccdb8587c1057ab44fb4fd0.tar.gz
Update to v1.0.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55434292ec06..7b03436e9ae9 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.9
+ pkgver = 1.0.10
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.9.tar.gz
- source = https://raw.githubusercontent.com/hustcc/timeago/1.0.9/LICENSE
- sha256sums = 5473b95e6232c902b0390f0e44375863f9359432711dbcbbd15033612dc44f8a
+ 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
sha256sums = e2a15cd0b56cfffbb99e27caeb87afe58ff78097d9c3bd3aea2a251145479912
pkgname = python-timeago
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() {