summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2020-10-16 16:39:19 -0400
committerJeremy Audet2020-10-16 16:39:19 -0400
commit4376a41a0ac8c9e4101ed3bd8688a864eb41500f (patch)
tree59053ab48449b964fc31f7bc27a670c01d338e92
parentfbc18e9ad453940fc3f91ee2ce4334c2f2a80b81 (diff)
downloadaur-4376a41a0ac8c9e4101ed3bd8688a864eb41500f.tar.gz
Update to version 2.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 527a18497d10..dbab6be186a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 2.3.1
+ pkgver = 2.3.2
pkgrel = 1
url = https://github.com/bradleyayers/django-tables2
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-django-tables2
depends = python-django>=1.11
optdepends = python-tablib: to export table data as CSV, XLS, etc.
options = !emptydirs
- source = https://github.com/bradleyayers/django-tables2/archive/v2.3.1.tar.gz
- sha256sums = 32d32bebfe62d6896637109b733117e02e4f87a17683334ba02e5269c80243aa
+ source = https://github.com/bradleyayers/django-tables2/archive/v2.3.2.tar.gz
+ sha256sums = 55a956343d953417de4366b46f8e848aea35017b0b56953c48f8579eba31f88b
pkgname = python-django-tables2
diff --git a/PKGBUILD b/PKGBUILD
index 8d90a518d36e..742fd1419302 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jeremy Audet <jerebear@protonmail.com>
pkgname=python-django-tables2
-pkgver=2.3.1
+pkgver=2.3.2
pkgrel=1
pkgdesc='A module for rendering Django data sets as HTML tables.'
arch=(any)
@@ -12,7 +12,7 @@ depends=('python-django>=1.11')
makedepends=(python-setuptools)
optdepends=('python-tablib: to export table data as CSV, XLS, etc.')
source=("https://github.com/bradleyayers/django-tables2/archive/v${pkgver}.tar.gz")
-sha256sums=('32d32bebfe62d6896637109b733117e02e4f87a17683334ba02e5269c80243aa')
+sha256sums=('55a956343d953417de4366b46f8e848aea35017b0b56953c48f8579eba31f88b')
package() {
cd "${srcdir}/django-tables2-${pkgver}"