summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLain Musgrove2022-02-20 01:58:40 -0800
committerLain Musgrove2022-02-20 01:58:40 -0800
commit26282c12b678ea1ef158ad7fcad1e7a1118ba28e (patch)
treeb3d52c474c69a1ddc72e414578db52817d2fffb2
parent691ea5c10179540fb0f93feeea591bca62bce070 (diff)
downloadaur-26282c12b678ea1ef158ad7fcad1e7a1118ba28e.tar.gz
Update xeno version in AUR.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d043fa4fc33d..65e0a3f45868 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-xeno
pkgdesc = The Python dependency injector from outer space.
- pkgver = 4.11.1
+ pkgver = 4.11.2
pkgrel = 1
url = https://github.com/lainproliant/xeno
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-xeno
makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/source/x/xeno/xeno-4.11.0.tar.gz
- sha256sums = 4a566ca27e44479d574a1afdbc38cda3866946d8df0626becded82e45cf6fdab
+ sha256sums = 6e6c8c0b112c54c723b0a27048a4d59b36c7b3ed40a7aed24e335c5b301dbc50
pkgname = python-xeno
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 02ae9f0e781e..04dd0b0d2d6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-xeno'
pkgname=('python-xeno')
_module='xeno'
-pkgver='4.11.1'
+pkgver='4.11.2'
pkgrel=1
pkgdesc="The Python dependency injector from outer space."
url="https://github.com/lainproliant/xeno"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=("4a566ca27e44479d574a1afdbc38cda3866946d8df0626becded82e45cf6fdab")
+sha256sums=("6e6c8c0b112c54c723b0a27048a4d59b36c7b3ed40a7aed24e335c5b301dbc50")
build() {
cd "${srcdir}/${_module}-${pkgver}"