summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPierre-Alain TORET2023-08-06 11:54:10 +0200
committerPierre-Alain TORET2023-08-06 11:54:10 +0200
commit8875306005fc2bfc277aa773f3d33d66ffeac846 (patch)
tree7cd8dd5d3ad57b6b128fd7e5145409b0b64cd96d /PKGBUILD
parent0054f6dfc609a81803fd572a4032de6a8b8d74b8 (diff)
downloadaur-python-drf-nested-routers.tar.gz
Update to version 0.93.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2033ef90d575..6245e9390d93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
pkgname=('python-drf-nested-routers')
_name=${pkgname#python-}
-pkgver=0.91
+pkgver=0.93.4
pkgrel=1
pkgdesc="Nested resources for the Django Rest Framework"
arch=(any)
@@ -9,7 +9,7 @@ url="https://pypi.org/project/drf-nested-routers/"
license=('Apache')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('46e5c3abc15c782cafafd7d75028e8f9121bbc6228e3599bbb48a3daa4585034')
+sha256sums=('01aa556b8c08608bb74fb34f6ca065a5183f2cda4dc0478192cc17a2581d71b0')
makedepends=('python-setuptools')
build() {