summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2019-11-24 21:11:32 -0500
committerJeremy Audet2019-11-24 21:11:32 -0500
commit5dbd55a5e422e9f409cc258e634259f22bae9a28 (patch)
tree22a428144ae3cb07f467aca277c08c63224a1242
parentefc1dab37fd6fd652ca2b5303a445b7f7c0816b7 (diff)
downloadaur-5dbd55a5e422e9f409cc258e634259f22bae9a28.tar.gz
Update to version 2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de9016838385..edbfc6d6c2c6 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.1.1
+ pkgver = 2.2.1
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.1.1.tar.gz
- sha256sums = 93a37777efd5572f0a0dae9f981957beccd7b0fbc199712f5946a2aafd282795
+ source = https://github.com/bradleyayers/django-tables2/archive/v2.2.1.tar.gz
+ sha256sums = ec0112ebebda943fee141ab836a336ec74120214a576bbf4e9ffb584888674f9
pkgname = python-django-tables2
depends = python-django>=1.11
diff --git a/PKGBUILD b/PKGBUILD
index 524b7d6d20e6..a0585a6e10de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-django-tables2
pkgname=(python-django-tables2 python2-django-tables2)
-pkgver=2.1.1
+pkgver=2.2.1
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=('93a37777efd5572f0a0dae9f981957beccd7b0fbc199712f5946a2aafd282795')
+sha256sums=('ec0112ebebda943fee141ab836a336ec74120214a576bbf4e9ffb584888674f9')
package_python-django-tables2() {
depends=('python-django>=1.11')