summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSophie Tauchert2022-07-14 17:17:18 +0200
committerSophie Tauchert2022-07-14 17:17:18 +0200
commit1532bd488b5440e8627d2f3c1d34678fe5cc71cc (patch)
treeb432dde62583b9cb0385b1dbe6d84774bb08bde3 /PKGBUILD
parentbe53a5b8ae63d3f002403b1ec32f4f401d176ba9 (diff)
downloadaur-1532bd488b5440e8627d2f3c1d34678fe5cc71cc.tar.gz
Update to v0.20.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12fd99d83eef..94a171729cd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=injector
pkgname=python-${_pkgname}
-pkgver=0.19.0
+pkgver=0.20.1
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=('3eaaf51cd3ba7be1354d92a5210c8bba43dd324300eafd214e1f2568834a912f'
+sha256sums=('8661b49a2f8309ce61e3a6a82b7acb5e225c4bde8e17d1610c893a670dff223a'
'567278bc23fa55244f132af7164aa684940c75fa35b19c395899422cb92613ba')
build() {