summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2023-11-22 16:26:19 +0100
committerNarrat2023-11-22 16:26:19 +0100
commitac992d864d534856b99a59a04bb15643ab066f34 (patch)
treeae9bcd3c36b26a2823b1787c520a17730cf517a3
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.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f7574c7c919..60afbc952e7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-mptt
pkgdesc = Utilities for implementing a modified pre-order traversal tree in django.
pkgver = 0.15
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/django-mptt/django-mptt
arch = any
license = BSD
@@ -12,7 +12,7 @@ pkgbase = python-django-mptt
depends = python-django>=3.2
depends = python-django-js-asset
options = !emptydirs
- source = python-django-mptt-0.15.tar.gz::https://github.com/django-mptt//archive/0.15.tar.gz
+ source = python-django-mptt-0.15.tar.gz::https://github.com/django-mptt/django-mptt/archive/0.15.tar.gz
sha256sums = 06660244d55076c5c2d42ee70db9e763fb7d944c04b473a3d8bfb647b89fd3cf
pkgname = python-django-mptt
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')