summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2022-08-19 13:53:04 +0200
committerSophie Tauchert2022-08-19 13:53:04 +0200
commit769ab69b90e4892512753b7416dc86549c87a1a1 (patch)
treed40b5805e0a9331d3ba9147dc27fe7183a835f6d
parentcccabb34993c6ee69f7c4edd6d675807cb689739 (diff)
downloadaur-769ab69b90e4892512753b7416dc86549c87a1a1.tar.gz
Fix missing LICENSE
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49921b715e3f..a923647fa7c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-timeago
pkgdesc = Very simple python library, used to format datetime with `***time ago` statement.
pkgver = 1.0.16
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hustcc/timeago
arch = any
license = MIT
makedepends = python-installer
depends = python
source = https://files.pythonhosted.org/packages/py3/t/timeago/timeago-1.0.16-py3-none-any.whl
- source = https://raw.githubusercontent.com/hustcc/timeago/1.0.16/LICENSE
+ source = https://raw.githubusercontent.com/hustcc/timeago/master/LICENSE
sha256sums = 9b8cb2e3102b329f35a04aa4531982d867b093b19481cfbb1dac7845fa2f79b0
sha256sums = e2a15cd0b56cfffbb99e27caeb87afe58ff78097d9c3bd3aea2a251145479912
diff --git a/PKGBUILD b/PKGBUILD
index 5dd58cf4b955..e227269d79fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=timeago
pkgname=python-${_pkgname}
pkgver=1.0.16
-pkgrel=1
+pkgrel=2
pkgdesc="Very simple python library, used to format datetime with \`***time ago\` statement."
arch=('any')
url="https://github.com/hustcc/timeago"
@@ -13,7 +13,7 @@ makedepends=('python-installer')
provides=()
# use wheel distribution directly as no source distribution is available
source=("https://files.pythonhosted.org/packages/py3/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}-py3-none-any.whl"
- "https://raw.githubusercontent.com/hustcc/timeago/${pkgver}/LICENSE")
+ "https://raw.githubusercontent.com/hustcc/timeago/master/LICENSE")
sha256sums=('9b8cb2e3102b329f35a04aa4531982d867b093b19481cfbb1dac7845fa2f79b0'
'e2a15cd0b56cfffbb99e27caeb87afe58ff78097d9c3bd3aea2a251145479912')