summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2019-01-27 14:47:32 -0500
committerJeremy Audet2019-01-27 14:47:32 -0500
commitb9b403a1e7ec68f53cb38cc511a5eb150267fd6f (patch)
tree1efca99cdfa45f5783a3867cdebd13f7941fe45a
parent384c0293ef8acc3c8b5b98825e4bffaf4e773040 (diff)
downloadaur-b9b403a1e7ec68f53cb38cc511a5eb150267fd6f.tar.gz
Update to version 2.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea1b6bc846d5..f81919fbd7ee 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 = 2.0.3
+ pkgver = 2.0.4
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/v2.0.3.tar.gz
- sha256sums = 37a7fea06314119035b1fe21fd4b61d0b3c3d871b652e9402364efc9fb34e1d6
+ source = https://github.com/bradleyayers/django-tables2/archive/v2.0.4.tar.gz
+ sha256sums = c815737bed57af8ca0815167da421161fbac95d85874973747e12b1155f9c8eb
pkgname = python-django-tables2
depends = python-django>=1.11
diff --git a/PKGBUILD b/PKGBUILD
index fb6d85e32365..5c27eac73724 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-django-tables2
pkgname=(python-django-tables2 python2-django-tables2)
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=1
pkgdesc='A module for rendering Django data sets as HTML tables.'
arch=(any)
@@ -11,7 +11,7 @@ license=(MIT)
options=(!emptydirs)
makedepends=(python-setuptools python2-setuptools)
source=("https://github.com/bradleyayers/django-tables2/archive/v${pkgver}.tar.gz")
-sha256sums=('37a7fea06314119035b1fe21fd4b61d0b3c3d871b652e9402364efc9fb34e1d6')
+sha256sums=('c815737bed57af8ca0815167da421161fbac95d85874973747e12b1155f9c8eb')
package_python-django-tables2() {
depends=('python-django>=1.11')