summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Audet2017-11-26 14:00:24 -0500
committerJeremy Audet2017-11-26 14:00:24 -0500
commitf40fb5245c2195a12bebd1892898a177e907efbf (patch)
tree7df855adca2062a97e604bad9ff125e931165d90 /PKGBUILD
parent1c9ba2599a10899f76a08ea9b6711c180c9b4667 (diff)
downloadaur-f40fb5245c2195a12bebd1892898a177e907efbf.tar.gz
Update to version 1.15.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04af47e1f725..224d4cbede6d 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.14.2
+pkgver=1.15.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=('9bb2b7c2b4733775d936020d73af775fddb24514930d685c4d729417b7503aac')
+sha256sums=('138b719a06e0dc29c08410552e3da9c4da77d093e638ecd811f1adc300f36aca')
package_python-django-tables2() {
depends=('python-django>=1.8')