summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Audet2016-03-23 16:09:45 -0400
committerJeremy Audet2016-03-23 16:09:45 -0400
commitac9712b89a07ffd5e2c51264ea1214c73945657e (patch)
tree5085e6605644da70c279a12b9d8b1640dda993ec /PKGBUILD
parent01f545640db173a027ee14b5f0f3ba32cd50cda2 (diff)
downloadaur-ac9712b89a07ffd5e2c51264ea1214c73945657e.tar.gz
Update to version 1.1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b77206544fb0..a686cd18f9fd 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.1.1
+pkgver=1.1.4
pkgrel=1
pkgdesc='A module for rendering Django data sets as HTML tables.'
arch=(any)
@@ -21,7 +21,7 @@ makedepends=(
)
options=(!emptydirs)
source=("https://github.com/bradleyayers/${_pkgbase}/archive/v${pkgver}.tar.gz")
-sha256sums=('1e1b618948fa8fa6713569641b67a2b8ca9eaea0c250de895ac6fea145bca07d')
+sha256sums=('7b8911844422c430b99f80ee871b414df5769ecd58c2b9cce7b7506b04f4568f')
package_python-django-tables2() {
depends=(python-django python-six)