summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2016-03-23 16:09:45 -0400
committerJeremy Audet2016-03-23 16:09:45 -0400
commitac9712b89a07ffd5e2c51264ea1214c73945657e (patch)
tree5085e6605644da70c279a12b9d8b1640dda993ec
parent01f545640db173a027ee14b5f0f3ba32cd50cda2 (diff)
downloadaur-ac9712b89a07ffd5e2c51264ea1214c73945657e.tar.gz
Update to version 1.1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33d92a5cd616..fd3df7361edd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 13 19:27:07 UTC 2016
+# Wed Mar 23 20:08:31 UTC 2016
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.1.1
+ pkgver = 1.1.4
pkgrel = 1
url = https://github.com/bradleyayers/django-tables2
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-django-tables2
makedepends = python2-setuptools
makedepends = python2-six
options = !emptydirs
- source = https://github.com/bradleyayers/django-tables2/archive/v1.1.1.tar.gz
- sha256sums = 1e1b618948fa8fa6713569641b67a2b8ca9eaea0c250de895ac6fea145bca07d
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.1.4.tar.gz
+ sha256sums = 7b8911844422c430b99f80ee871b414df5769ecd58c2b9cce7b7506b04f4568f
pkgname = python-django-tables2
depends = python-django
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)