summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2020-11-01 20:12:07 -0500
committerJeremy Audet2020-11-01 20:12:07 -0500
commit1fa1b2c14b6d3c430e645644cf584b0d3d65eaac (patch)
tree804c416b20ef8216cdb936e9d80f7eb38444209b
parent4376a41a0ac8c9e4101ed3bd8688a864eb41500f (diff)
downloadaur-1fa1b2c14b6d3c430e645644cf584b0d3d65eaac.tar.gz
Update to version 2.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbab6be186a9..5811ed7bf16a 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.2
+ pkgver = 2.3.3
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.2.tar.gz
- sha256sums = 55a956343d953417de4366b46f8e848aea35017b0b56953c48f8579eba31f88b
+ source = https://github.com/bradleyayers/django-tables2/archive/v2.3.3.tar.gz
+ sha256sums = 7f405ea5104adec60b7f9dfc397ec0de312b3f0b8e403fcd5d9505197c9226e6
pkgname = python-django-tables2
diff --git a/PKGBUILD b/PKGBUILD
index 742fd1419302..9e951a7fdd91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jeremy Audet <jerebear@protonmail.com>
pkgname=python-django-tables2
-pkgver=2.3.2
+pkgver=2.3.3
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=('55a956343d953417de4366b46f8e848aea35017b0b56953c48f8579eba31f88b')
+sha256sums=('7f405ea5104adec60b7f9dfc397ec0de312b3f0b8e403fcd5d9505197c9226e6')
package() {
cd "${srcdir}/django-tables2-${pkgver}"