summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2016-12-27 09:23:49 -0500
committerJeremy Audet2016-12-27 09:23:49 -0500
commit30fadc653c4314daa06d7f19c832d3dc36ade1e6 (patch)
treec21e89a7f8dbf037e2e01cd813e2ddb5e694045a
parent70443a1974d201eed44d18bc388e2a3072670bf8 (diff)
downloadaur-30fadc653c4314daa06d7f19c832d3dc36ade1e6.tar.gz
Update to version 1.2.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f52d14330701..8795bc05878f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 15 19:18:33 UTC 2016
+# Tue Dec 27 14:22:45 UTC 2016
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.2.7
+ pkgver = 1.2.9
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.7.tar.gz
- sha256sums = f39632e78ae68131c50e6859e2a893da5c1b285a271e134528b7afffa5e406a0
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.2.9.tar.gz
+ sha256sums = bb502fc7d0c55d2d75c48b95c65373922eb67864dacdc32b0033e649b0d3706b
pkgname = python-django-tables2
depends = python-django>=1.8
diff --git a/PKGBUILD b/PKGBUILD
index f54d9ea4c64b..fbaeb779de9e 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.7
+pkgver=1.2.9
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=('f39632e78ae68131c50e6859e2a893da5c1b285a271e134528b7afffa5e406a0')
+sha256sums=('bb502fc7d0c55d2d75c48b95c65373922eb67864dacdc32b0033e649b0d3706b')
package_python-django-tables2() {
depends=('python-django>=1.8')