summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Audet2020-10-16 16:39:19 -0400
committerJeremy Audet2020-10-16 16:39:19 -0400
commit4376a41a0ac8c9e4101ed3bd8688a864eb41500f (patch)
tree59053ab48449b964fc31f7bc27a670c01d338e92 /PKGBUILD
parentfbc18e9ad453940fc3f91ee2ce4334c2f2a80b81 (diff)
downloadaur-4376a41a0ac8c9e4101ed3bd8688a864eb41500f.tar.gz
Update to version 2.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"