blob: 63d03a298b2f88ad095538f59fc5a7079e9f307b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pkgbase = python-django-cleanup
pkgdesc = Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion
pkgver = 5.2.0
pkgrel = 1
url = https://github.com/un1t/django-cleanup
arch = any
license = MIT
makedepends = python-setuptools
depends = python-django
options = !emptydirs
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
|