summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2017-09-17 13:06:11 -0400
committerJeremy Audet2017-09-17 13:06:11 -0400
commit60ab0b6a4d13eedb475ee51a73451c053a891467 (patch)
tree35a0de53fccfa6d9b700576641f38eb917454e32
parent7abe9fafe4ebd234719a5167ef59380dcf4e8cca (diff)
downloadaur-60ab0b6a4d13eedb475ee51a73451c053a891467.tar.gz
Update to version 1.11.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f86516bec3f..49299d74b5a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jul 2 16:19:42 UTC 2017
+# Sun Sep 17 17:05:24 UTC 2017
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.10.0
+ pkgver = 1.11.0
pkgrel = 1
url = https://github.com/bradleyayers/django-tables2
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-django-tables2
makedepends = python2-django>=1.8
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/bradleyayers/django-tables2/archive/v1.10.0.tar.gz
- sha256sums = fd8b8b838058c1225664c2834a4dbb7ffcd4b8b71fde0863ad0482cd27dae245
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.11.0.tar.gz
+ sha256sums = e46aeb1bdccc9dce27c7ac490751883fe27bd8839ccfa4b543faef9656f9eaa1
pkgname = python-django-tables2
depends = python-django>=1.8
diff --git a/PKGBUILD b/PKGBUILD
index 17774922dbd8..36ded34de0c4 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.10.0
+pkgver=1.11.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=('fd8b8b838058c1225664c2834a4dbb7ffcd4b8b71fde0863ad0482cd27dae245')
+sha256sums=('e46aeb1bdccc9dce27c7ac490751883fe27bd8839ccfa4b543faef9656f9eaa1')
package_python-django-tables2() {
depends=('python-django>=1.8')