summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Audet2016-02-13 14:37:39 -0500
committerJeremy Audet2016-02-13 14:37:47 -0500
commit01f545640db173a027ee14b5f0f3ba32cd50cda2 (patch)
treec98fdb05d74cdf460d5f6f6ed3c2f86ca963bb5c /PKGBUILD
parenta60f1ac0c8c70dd94abe6a5428a3878a91692066 (diff)
downloadaur-01f545640db173a027ee14b5f0f3ba32cd50cda2.tar.gz
Update to version 1.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 119db122ef6a..b77206544fb0 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.0.7
+pkgver=1.1.1
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=('e76a7d96189dab2f388e7215859e282ea634128d1737bc8081fd85b92761a299')
+sha256sums=('1e1b618948fa8fa6713569641b67a2b8ca9eaea0c250de895ac6fea145bca07d')
package_python-django-tables2() {
depends=(python-django python-six)