summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2017-01-28 13:57:48 -0500
committerJeremy Audet2017-01-28 13:57:48 -0500
commitb3748755f65ca3fa437313c148f96c3987a4b068 (patch)
treec5c27decaa4fb4a7ae0c0909efb748b8f3e9bf81
parent30fadc653c4314daa06d7f19c832d3dc36ade1e6 (diff)
downloadaur-b3748755f65ca3fa437313c148f96c3987a4b068.tar.gz
Update to version 1.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8795bc05878f..420bb5264006 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 27 14:22:45 UTC 2016
+# Sat Jan 28 18:56:50 UTC 2017
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.2.9
+ pkgver = 1.3.0
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.9.tar.gz
- sha256sums = bb502fc7d0c55d2d75c48b95c65373922eb67864dacdc32b0033e649b0d3706b
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.3.0.tar.gz
+ sha256sums = 81dd312e86a2d1e7f0b228049a6598c2f7231f3cd4e3674fa6c5e9be737f5821
pkgname = python-django-tables2
depends = python-django>=1.8
diff --git a/PKGBUILD b/PKGBUILD
index fbaeb779de9e..ee4e89bec23b 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.9
+pkgver=1.3.0
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=('bb502fc7d0c55d2d75c48b95c65373922eb67864dacdc32b0033e649b0d3706b')
+sha256sums=('81dd312e86a2d1e7f0b228049a6598c2f7231f3cd4e3674fa6c5e9be737f5821')
package_python-django-tables2() {
depends=('python-django>=1.8')