summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f94f9c823277..8d90a518d36e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jeremy Audet <jerebear@protonmail.com>
pkgname=python-django-tables2
-pkgver=2.2.1
+pkgver=2.3.1
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=('ec0112ebebda943fee141ab836a336ec74120214a576bbf4e9ffb584888674f9')
+sha256sums=('32d32bebfe62d6896637109b733117e02e4f87a17683334ba02e5269c80243aa')
package() {
cd "${srcdir}/django-tables2-${pkgver}"