summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2016-09-08 10:20:22 -0400
committerJeremy Audet2016-09-08 10:20:22 -0400
commitdbaeeae32ca0a78060785c6fd7613a2a43d710ca (patch)
tree34446cd0bedeb8cf4b7fabc18eec4efb4f6b6261
parent2a3139164b74665d380469e0ce381cc0297f140c (diff)
downloadaur-dbaeeae32ca0a78060785c6fd7613a2a43d710ca.tar.gz
Update to version 1.2.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e39cd63d3db..d40fe66c201d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Aug 11 14:44:09 UTC 2016
+# Thu Sep 8 14:18:53 UTC 2016
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.2.5
+ pkgver = 1.2.6
pkgrel = 1
url = https://github.com/bradleyayers/django-tables2
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-django-tables2
makedepends = python2-django>=1.8
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/bradleyayers/django-tables2/archive/v1.2.5.tar.gz
- sha256sums = a876dc0df7cdfd342d47ea6e6f0b5e7d495df1dd8075a109806e4c0a9ed60056
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.2.6.tar.gz
+ sha256sums = 45d9e59f11a35692e52e9a4d92e184dd8ed37baa3d4d8b7ffa6dd12138333976
pkgname = python-django-tables2
depends = python-django>=1.8
diff --git a/PKGBUILD b/PKGBUILD
index 474eee32504e..3fe5f4c664f9 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.2.5
+pkgver=1.2.6
pkgrel=1
pkgdesc='A module for rendering Django data sets as HTML tables.'
arch=(any)
@@ -19,7 +19,7 @@ makedepends=(
)
options=(!emptydirs)
source=("https://github.com/bradleyayers/${_pkgbase}/archive/v${pkgver}.tar.gz")
-sha256sums=('a876dc0df7cdfd342d47ea6e6f0b5e7d495df1dd8075a109806e4c0a9ed60056')
+sha256sums=('45d9e59f11a35692e52e9a4d92e184dd8ed37baa3d4d8b7ffa6dd12138333976')
package_python-django-tables2() {
depends=('python-django>=1.8')