summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2021-01-11 18:22:42 -0500
committerJeremy Audet2021-01-11 18:22:42 -0500
commit166e9f075f7369847be624ec379976030bed0c9d (patch)
tree5bec5294f40193eadf0386e6197320c994ebe39e
parent1fa1b2c14b6d3c430e645644cf584b0d3d65eaac (diff)
downloadaur-166e9f075f7369847be624ec379976030bed0c9d.tar.gz
Update to version 2.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5811ed7bf16a..bcffc8987cbb 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.3
+ pkgver = 2.3.4
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.3.tar.gz
- sha256sums = 7f405ea5104adec60b7f9dfc397ec0de312b3f0b8e403fcd5d9505197c9226e6
+ source = https://github.com/bradleyayers/django-tables2/archive/v2.3.4.tar.gz
+ sha256sums = 16e9e65a0ceea49e262c41ec89b1fa804f9600ead7e180ea86124bc3c89f2556
pkgname = python-django-tables2
diff --git a/PKGBUILD b/PKGBUILD
index 9e951a7fdd91..97357eb47038 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jeremy Audet <jerebear@protonmail.com>
pkgname=python-django-tables2
-pkgver=2.3.3
+pkgver=2.3.4
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=('7f405ea5104adec60b7f9dfc397ec0de312b3f0b8e403fcd5d9505197c9226e6')
+sha256sums=('16e9e65a0ceea49e262c41ec89b1fa804f9600ead7e180ea86124bc3c89f2556')
package() {
cd "${srcdir}/django-tables2-${pkgver}"