blob: 88e785f5c76ae46713416a246855965c66ccd621 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = python-django-cleanup
pkgdesc = Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion
pkgver = 5.0.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.0.0.tar.gz::https://github.com/un1t/django-cleanup/archive/5.0.0.tar.gz
sha256sums = d1038ba64d7bd8cda183b5db22407dc09f3c787e0074e96910777989a759c093
pkgname = python-django-cleanup
|