summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2021-12-24 16:31:44 +0000
committerAnthony Ruhier2021-12-24 16:31:44 +0000
commita995173bc6665dae2d31376c345ac5e8c80b4850 (patch)
tree1a5d580dd80ea69956c7b6285c30937ac689bd25
parent4cca9770299214226fc8fb2383cdf0b7650031c7 (diff)
downloadaur-a995173bc6665dae2d31376c345ac5e8c80b4850.tar.gz
v0.13.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c0028d3a440..a632dabff645 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-mptt
pkgdesc = Utilities for implementing a modified pre-order traversal tree in django.
- pkgver = 0.12.0
+ pkgver = 0.13.4
pkgrel = 1
url = https://github.com/django-mptt/django-mptt
arch = any
@@ -11,8 +11,7 @@ pkgbase = python-django-mptt
depends = python-django>=3.0
depends = python-django-js-asset-git
options = !emptydirs
- source = https://github.com/django-mptt/django-mptt/archive/0.12.0.tar.gz
- sha256sums = 143cbedc5f32158a4a60f03561d1ee0d205e16813309ea8d5bebb2d3de82f38f
+ source = https://github.com/django-mptt/django-mptt/archive/0.13.4.tar.gz
+ sha256sums = 7d5f586b6d6783af541136573b99996c72fcc49c34d4377250118dfe37f185a5
pkgname = python-django-mptt
-
diff --git a/PKGBUILD b/PKGBUILD
index 8d34babb97f4..99156427ab5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=python-django-mptt
_pkgbase="${pkgbase#python-}"
pkgname=python-django-mptt
-pkgver=0.12.0
+pkgver=0.13.4
pkgrel=1
pkgdesc="Utilities for implementing a modified pre-order traversal tree in django."
arch=(any)
@@ -20,7 +20,7 @@ makedepends=(
depends=('python-django>=3.0' 'python-django-js-asset-git')
options=(!emptydirs)
source=("https://github.com/django-mptt/${_pkgbase}/archive/${pkgver}.tar.gz")
-sha256sums=('143cbedc5f32158a4a60f03561d1ee0d205e16813309ea8d5bebb2d3de82f38f')
+sha256sums=('7d5f586b6d6783af541136573b99996c72fcc49c34d4377250118dfe37f185a5')
package_python-django-mptt() {
cd "${srcdir}/${_pkgbase}-${pkgver}"