summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgetzze2019-11-14 23:52:43 +0000
committergetzze2019-11-14 23:52:43 +0000
commitd6a9ee0668009f92eee591c7e5135f6fcaec9b20 (patch)
tree8ef8fc80b0a52d6c5645d518608b6962f3773f77
parenta46e3dca42a04d255ec35c40d0b178bf02b21c3c (diff)
downloadaur-d6a9ee0668009f92eee591c7e5135f6fcaec9b20.tar.gz
update to version 4.0.0 + update python version 3.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86e80267ccad..9a78c6fa8a7c 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 = 2.1.0
+ pkgver = 4.0.0
pkgrel = 1
url = https://github.com/un1t/django-cleanup
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-django-cleanup
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = python-django-cleanup-2.1.0.tar.gz::https://github.com/un1t/django-cleanup/archive/2.1.0.tar.gz
- sha256sums = bee4d05411d91947493a6abcfe46a0429856471b73a1c3051683e2d422bd0176
+ source = python-django-cleanup-4.0.0.tar.gz::https://github.com/un1t/django-cleanup/archive/4.0.0.tar.gz
+ sha256sums = 776a76d21916a0b7bd4995297a8fbb4805e0d4f6f2c42662cf6cda2fa2fe22f1
pkgname = python-django-cleanup
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index e87919224d6b..91882db4025e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: getzze <getzze at gmail dot com>
pkgname=('python-django-cleanup' 'python2-django-cleanup')
-pkgver=2.1.0
+pkgver=4.0.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=('bee4d05411d91947493a6abcfe46a0429856471b73a1c3051683e2d422bd0176')
+sha256sums=('776a76d21916a0b7bd4995297a8fbb4805e0d4f6f2c42662cf6cda2fa2fe22f1')
makedepends=('python-setuptools' 'python2-setuptools')
package_python-django-cleanup() {