summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgetzze2022-01-09 20:42:45 +0000
committergetzze2022-01-09 20:42:45 +0000
commitb7fa0653b8b36ed18b217986eacbde1230fb30a7 (patch)
treed3e0e78253523eb4453003044e4803134aa7bd22
parent1e6ad09bde9ba63f43c365220d51d4659068f2b6 (diff)
downloadaur-b7fa0653b8b36ed18b217986eacbde1230fb30a7.tar.gz
update to 5.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3c909eb9995..63d03a298b2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-cleanup
pkgdesc = Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion
- pkgver = 5.1.0
+ pkgver = 5.2.0
pkgrel = 1
url = https://github.com/un1t/django-cleanup
arch = any
@@ -8,8 +8,7 @@ pkgbase = python-django-cleanup
makedepends = python-setuptools
depends = python-django
options = !emptydirs
- source = python-django-cleanup-5.1.0.tar.gz::https://github.com/un1t/django-cleanup/archive/5.1.0.tar.gz
- sha256sums = 63d06d99bda34a77beb5af5f4157f1417ed3468c00f5fdf03f5cc870862a2553
+ source = python-django-cleanup-5.2.0.tar.gz::https://github.com/un1t/django-cleanup/archive/5.2.0.tar.gz
+ sha256sums = 3511db57067dc53fa61b3b415a87df1b1414971e9678d79c9af512c1976aff02
pkgname = python-django-cleanup
-
diff --git a/PKGBUILD b/PKGBUILD
index d289c18cd4dc..e3a66e840f3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: getzze <getzze at gmail dot com>
pkgname='python-django-cleanup'
-pkgver=5.1.0
+pkgver=5.2.0
pkgrel=1
pkgdesc="Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion"
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/un1t/django-cleanup"
license=('MIT')
options=(!emptydirs)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('63d06d99bda34a77beb5af5f4157f1417ed3468c00f5fdf03f5cc870862a2553')
+sha256sums=('3511db57067dc53fa61b3b415a87df1b1414971e9678d79c9af512c1976aff02')
makedepends=('python-setuptools')
depends=('python-django')