summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Daube2020-06-01 11:20:33 +0200
committerJulian Daube2020-06-01 11:20:33 +0200
commit11afff0c5c6b66228055c330df6e5f61114f7f6e (patch)
tree9234ba77172fa814b4daf0af92e4d6942f37450f
parentd6e77b8d7c16850d0fb16d93f8d9edd84ffc61cf (diff)
downloadaur-11afff0c5c6b66228055c330df6e5f61114f7f6e.tar.gz
update pkgdesc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85e77b3d6b4b..5336d3623aaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-django-import-export-git
- pkgdesc = Management commands to help backup and restore your project database and media files
+ pkgdesc = Django application and library for importing and exporting data with admin integration.
pkgver = 2.1.0.r8.g29a7d96
pkgrel = 1
url = https://github.com/django-import-export/django-import-export
diff --git a/PKGBUILD b/PKGBUILD
index 80311a5630fb..e6ab522a1ece 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="python-django-import-export-git"
pkgver=2.1.0.r8.g29a7d96
pkgrel=1
-pkgdesc="Management commands to help backup and restore your project database and media files"
+pkgdesc="Django application and library for importing and exporting data with admin integration."
provides=("python-django-import-export")
arch=("any")