summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2017-10-18 11:59:04 -0400
committerJeremy Audet2017-10-18 11:59:04 -0400
commitfd12d724d255eb602a5348e4580082617ab2b99f (patch)
tree15aa952277d0290243c8c4b85c5700c5b9917b42
parent60ab0b6a4d13eedb475ee51a73451c053a891467 (diff)
downloadaur-fd12d724d255eb602a5348e4580082617ab2b99f.tar.gz
Update to version 1.13.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49299d74b5a1..601dc64d136a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Sep 17 17:05:24 UTC 2017
+# Wed Oct 18 15:58:20 UTC 2017
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.11.0
+ pkgver = 1.13.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.11.0.tar.gz
- sha256sums = e46aeb1bdccc9dce27c7ac490751883fe27bd8839ccfa4b543faef9656f9eaa1
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.13.0.tar.gz
+ sha256sums = 6c04506c652a9857e0144ab9d1983a3a802a571b8b99725f4800db5e424e21cb
pkgname = python-django-tables2
depends = python-django>=1.8
diff --git a/PKGBUILD b/PKGBUILD
index 36ded34de0c4..453d9ef6b079 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.11.0
+pkgver=1.13.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=('e46aeb1bdccc9dce27c7ac490751883fe27bd8839ccfa4b543faef9656f9eaa1')
+sha256sums=('6c04506c652a9857e0144ab9d1983a3a802a571b8b99725f4800db5e424e21cb')
package_python-django-tables2() {
depends=('python-django>=1.8')