summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2023-11-22 16:26:19 +0100
committerNarrat2023-11-22 16:26:19 +0100
commitac992d864d534856b99a59a04bb15643ab066f34 (patch)
treeae9bcd3c36b26a2823b1787c520a17730cf517a3 /PKGBUILD
parent4e5e3eaf8d6769237d133330caed5fb274f98c84 (diff)
downloadaur-python-django-mptt.tar.gz
python-django-mptt: fix source url
A lesson in last minute changes... I had the feeling that I missed one, but couldn't see it :D Thanks to MarsSeed for noticing it.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29fd5f14077e..d3fdee01b3c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgbase=python-django-mptt
_name="${pkgbase#python-}"
pkgname=python-django-mptt
pkgver=0.15
-pkgrel=1
+pkgrel=2
pkgdesc="Utilities for implementing a modified pre-order traversal tree in django."
arch=(any)
url='https://github.com/django-mptt/django-mptt'
@@ -15,7 +15,7 @@ license=(BSD)
makedepends=(python-build python-installer python-wheel python-hatchling)
depends=('python-django>=3.2' 'python-django-js-asset')
options=(!emptydirs)
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/django-mptt/${_pkgbase}/archive/${pkgver}.tar.gz")
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/django-mptt/${_name}/archive/${pkgver}.tar.gz")
sha256sums=('06660244d55076c5c2d42ee70db9e763fb7d944c04b473a3d8bfb647b89fd3cf')