summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcrimist2023-08-26 15:54:00 -0700
committercrimist2023-08-26 15:54:00 -0700
commit0e72baa8999e75136bbd21148912721a7c484609 (patch)
tree7a8fbb465b4dd6ca25730a3a2689f21ead121308 /PKGBUILD
parent19d20f9bd780a44f9072d39c1337c20bed6ad3e5 (diff)
downloadaur-python-injector.tar.gz
update package to 0.21.0, add gitignore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 738de43beb32..6139dabda9cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,10 @@
-# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
+# Maintainer: crimist <aur at crim dot ist>
+# Contributor: Sophie Tauchert <sophie@999eagle.moe>
_pkgname=injector
pkgname=python-${_pkgname}
-pkgver=0.20.1
-# temp fix while pypi version has no corresponding git tag
-_git_tag=0.20.0
-pkgrel=2
+pkgver=0.21.0
+pkgrel=1
pkgdesc="Python dependency injection framework, inspired by Guice."
arch=('any')
url="http://github.com/alecthomas/injector"
@@ -14,8 +13,8 @@ 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/${_git_tag}/COPYING")
-sha256sums=('8661b49a2f8309ce61e3a6a82b7acb5e225c4bde8e17d1610c893a670dff223a'
+ "https://raw.githubusercontent.com/alecthomas/injector/${pkgver}/COPYING")
+sha256sums=('919eb6b9f96f40bf98fda34c79762b217bd1544d9adc35805ff2948e92356c9c'
'567278bc23fa55244f132af7164aa684940c75fa35b19c395899422cb92613ba')
build() {