summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Audet2016-08-11 10:46:22 -0400
committerJeremy Audet2016-08-11 10:46:22 -0400
commit2a3139164b74665d380469e0ce381cc0297f140c (patch)
tree9ea8759a4e44499bebdbc4981ccba89f90d9656c /PKGBUILD
parent0860ddc090f585348875aa3f7cfefbd3dece5d87 (diff)
downloadaur-2a3139164b74665d380469e0ce381cc0297f140c.tar.gz
Update to version 1.2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9653e96b46b..474eee32504e 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.3
+pkgver=1.2.5
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=('fa8f600a398d2c29481f0a0e6ee62735e8062c1ddfca6d3616a0b7cf8a45ab01')
+sha256sums=('a876dc0df7cdfd342d47ea6e6f0b5e7d495df1dd8075a109806e4c0a9ed60056')
package_python-django-tables2() {
depends=('python-django>=1.8')