summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2018-02-04 10:36:26 -0500
committerJeremy Audet2018-02-04 10:36:26 -0500
commit92492be2787b3ca0812acf60883426c4ac9528f5 (patch)
treeb054432ad944f46fa4382c01cb13c25db58172cf
parent02ec4c4a145e1246e80d26ca5c56c70dd980b939 (diff)
downloadaur-92492be2787b3ca0812acf60883426c4ac9528f5.tar.gz
Update to version 1.19.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f673129ca665..5a0a92b84473 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.18.0
+ pkgver = 1.19.0
pkgrel = 1
url = https://github.com/bradleyayers/django-tables2
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-django-tables2
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/bradleyayers/django-tables2/archive/v1.18.0.tar.gz
- sha256sums = 6ae649587c8719de8c62dc1f49d5dd89d79e4daccc1b46cbbe557d2dc4669884
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.19.0.tar.gz
+ sha256sums = 764f84f0558092c95deac03ea54fd198e5cc3af2dba01a5134cfc3dc8f3f9f2e
pkgname = python-django-tables2
depends = python-django>=1.11
diff --git a/PKGBUILD b/PKGBUILD
index 2a682a7d765f..b675ed510ef6 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.18.0
+pkgver=1.19.0
pkgrel=1
pkgdesc='A module for rendering Django data sets as HTML tables.'
arch=(any)
@@ -14,7 +14,7 @@ license=(MIT)
options=(!emptydirs)
makedepends=(python-setuptools python2-setuptools)
source=("https://github.com/bradleyayers/${_pkgbase}/archive/v${pkgver}.tar.gz")
-sha256sums=('6ae649587c8719de8c62dc1f49d5dd89d79e4daccc1b46cbbe557d2dc4669884')
+sha256sums=('764f84f0558092c95deac03ea54fd198e5cc3af2dba01a5134cfc3dc8f3f9f2e')
package_python-django-tables2() {
depends=('python-django>=1.11')