summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2020-02-23 16:25:25 +0100
committerSophie Tauchert2020-02-23 16:25:25 +0100
commitcd796dddfc7fb177dbd420c49421a3d8fc648727 (patch)
tree45b64358f5fe6dbb29e1c19c1fea79753f6f023a
parent30b5baf37ac2402165cd7327276272d2ecd38348 (diff)
downloadaur-cd796dddfc7fb177dbd420c49421a3d8fc648727.tar.gz
Update to v0.18.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64f40205f770..85af7f46a29e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-injector
pkgdesc = Python dependency injection framework, inspired by Guice.
- pkgver = 0.18.2
+ pkgver = 0.18.3
pkgrel = 1
url = http://github.com/alecthomas/injector
arch = any
@@ -8,9 +8,9 @@ pkgbase = python-injector
makedepends = python-setuptools
depends = python
depends = python-typing_extensions
- source = https://files.pythonhosted.org/packages/source/i/injector/injector-0.18.2.tar.gz
- source = https://raw.githubusercontent.com/alecthomas/injector/0.18.2/COPYING
- sha256sums = fd5fdc33dfd72956f88bf9451ab975fd55779c2e2ee49b6c75430ec6235ff114
+ source = https://files.pythonhosted.org/packages/source/i/injector/injector-0.18.3.tar.gz
+ source = https://raw.githubusercontent.com/alecthomas/injector/0.18.3/COPYING
+ sha256sums = b88f7e1433c288b8986568c6a73cc45a86659e18fae19b893c1d89572b5d84b4
sha256sums = 567278bc23fa55244f132af7164aa684940c75fa35b19c395899422cb92613ba
pkgname = python-injector
diff --git a/PKGBUILD b/PKGBUILD
index b9e02dbb4836..1e5ac94387bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=injector
pkgname=python-${_pkgname}
-pkgver=0.18.2
+pkgver=0.18.3
pkgrel=1
pkgdesc="Python dependency injection framework, inspired by Guice."
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/alecthomas/injector/${pkgver}/COPYING")
-sha256sums=('fd5fdc33dfd72956f88bf9451ab975fd55779c2e2ee49b6c75430ec6235ff114'
+sha256sums=('b88f7e1433c288b8986568c6a73cc45a86659e18fae19b893c1d89572b5d84b4'
'567278bc23fa55244f132af7164aa684940c75fa35b19c395899422cb92613ba')
build() {