summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2017-12-03 17:15:07 -0500
committerJeremy Audet2017-12-03 17:15:07 -0500
commitd2a73055fb038fbc5c939f0ab261e96243080f5e (patch)
treea8c01ffd893e01322f63040d35f5ae57ba0b3542
parentf40fb5245c2195a12bebd1892898a177e907efbf (diff)
downloadaur-d2a73055fb038fbc5c939f0ab261e96243080f5e.tar.gz
Update to version 1.16.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d72e4860b363..f989e935499f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Nov 26 18:59:45 UTC 2017
+# Sun Dec 3 22:14:33 UTC 2017
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.15.0
+ pkgver = 1.16.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.15.0.tar.gz
- sha256sums = 138b719a06e0dc29c08410552e3da9c4da77d093e638ecd811f1adc300f36aca
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.16.0.tar.gz
+ sha256sums = 98f1995629c7795624f34516c4e71dfc17b658ffde5b54c95edbdcf4061837e4
pkgname = python-django-tables2
depends = python-django>=1.8
diff --git a/PKGBUILD b/PKGBUILD
index 224d4cbede6d..cb979be175e0 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.15.0
+pkgver=1.16.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=('138b719a06e0dc29c08410552e3da9c4da77d093e638ecd811f1adc300f36aca')
+sha256sums=('98f1995629c7795624f34516c4e71dfc17b658ffde5b54c95edbdcf4061837e4')
package_python-django-tables2() {
depends=('python-django>=1.8')