summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2020-04-05 13:18:46 -0400
committerJeremy Audet2020-04-05 13:18:46 -0400
commitfbc18e9ad453940fc3f91ee2ce4334c2f2a80b81 (patch)
tree279271e52556c113745b76a4c703a826f57d10db
parent300888e6ee4e5d80be22f878bc2c6e65b4dd8143 (diff)
downloadaur-fbc18e9ad453940fc3f91ee2ce4334c2f2a80b81.tar.gz
Update to version 2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53aa370e94bb..527a18497d10 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.2.1
+ pkgver = 2.3.1
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.2.1.tar.gz
- sha256sums = ec0112ebebda943fee141ab836a336ec74120214a576bbf4e9ffb584888674f9
+ source = https://github.com/bradleyayers/django-tables2/archive/v2.3.1.tar.gz
+ sha256sums = 32d32bebfe62d6896637109b733117e02e4f87a17683334ba02e5269c80243aa
pkgname = python-django-tables2
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}"