summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2018-04-08 19:56:37 -0400
committerJeremy Audet2018-04-08 19:56:37 -0400
commit59a904c59dd43a9685c97dc7df09deb80d5f8f2a (patch)
treef7f9cf065fec321f2fd03c3ee067bb0a4c326908
parent28bf0fbf70160187c758c9c2a50afdd31291ff1e (diff)
downloadaur-59a904c59dd43a9685c97dc7df09deb80d5f8f2a.tar.gz
Update to version 1.21.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fefc892605c1..58a8e5ace0b4 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 = 1.21.1
+ pkgver = 1.21.2
pkgrel = 1
url = https://github.com/bradleyayers/django-tables2
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-django-tables2
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/bradleyayers/django-tables2/archive/v1.21.1.tar.gz
- sha256sums = d011330b25a157800af2148a94a28613acba975ff9830007a36695f37e68e0cd
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.21.2.tar.gz
+ sha256sums = 5c0c85cefb4e39f969030c8517e11180f239c64f7630a0e34ac8ef0d4ffc636a
pkgname = python-django-tables2
depends = python-django>=1.11
diff --git a/PKGBUILD b/PKGBUILD
index 90b17a3c81f1..fb1f89f60164 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=python-django-tables2
_pkgbase="${pkgbase#python-}"
pkgname=(python-django-tables2 python2-django-tables2)
-pkgver=1.21.1
+pkgver=1.21.2
pkgrel=1
pkgdesc='A module for rendering Django data sets as HTML tables.'
arch=(any)
@@ -14,7 +14,7 @@ license=(MIT)
options=(!emptydirs)
makedepends=(python-setuptools python2-setuptools)
source=("https://github.com/bradleyayers/${_pkgbase}/archive/v${pkgver}.tar.gz")
-sha256sums=('d011330b25a157800af2148a94a28613acba975ff9830007a36695f37e68e0cd')
+sha256sums=('5c0c85cefb4e39f969030c8517e11180f239c64f7630a0e34ac8ef0d4ffc636a')
package_python-django-tables2() {
depends=('python-django>=1.11')