summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2020-01-18 14:32:54 +0100
committerSophie Tauchert2020-01-18 14:32:54 +0100
commit30b5baf37ac2402165cd7327276272d2ecd38348 (patch)
tree5d2fbff038b22cb01c3542e4834b69dbe985beec
parentc4b1a80954920d6fac74a7204a3d1292db8d12b1 (diff)
downloadaur-30b5baf37ac2402165cd7327276272d2ecd38348.tar.gz
Update to v0.18.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d14581d27b3..64f40205f770 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = python-injector
pkgdesc = Python dependency injection framework, inspired by Guice.
- pkgver = 0.16.2
+ pkgver = 0.18.2
pkgrel = 1
url = http://github.com/alecthomas/injector
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/i/injector/injector-0.16.2.tar.gz
- source = https://raw.githubusercontent.com/alecthomas/injector/0.16.2/COPYING
- sha256sums = c8181ed44b628956b5b2d92a2a83d0b302d0b185bc63c481fadfedaf91f745a4
+ 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
sha256sums = 567278bc23fa55244f132af7164aa684940c75fa35b19c395899422cb92613ba
pkgname = python-injector
diff --git a/PKGBUILD b/PKGBUILD
index f9374d6ec116..b9e02dbb4836 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_pkgname=injector
pkgname=python-${_pkgname}
-pkgver=0.16.2
+pkgver=0.18.2
pkgrel=1
pkgdesc="Python dependency injection framework, inspired by Guice."
arch=('any')
url="http://github.com/alecthomas/injector"
license=('BSD')
-depends=('python')
+depends=('python' 'python-typing_extensions')
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=('c8181ed44b628956b5b2d92a2a83d0b302d0b185bc63c481fadfedaf91f745a4'
+sha256sums=('fd5fdc33dfd72956f88bf9451ab975fd55779c2e2ee49b6c75430ec6235ff114'
'567278bc23fa55244f132af7164aa684940c75fa35b19c395899422cb92613ba')
build() {