summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2016-05-03 09:51:11 -0400
committerJeremy Audet2016-05-03 09:51:11 -0400
commitbbb2c3a6b25ac4464bff6fed63fc0f2a1996fca1 (patch)
tree95a71493bcb9b969c0d4821ecd5b7a8dd13d84ab
parentd87d33fd19eb74efd7f146c3c0a93b7f0993241a (diff)
downloadaur-bbb2c3a6b25ac4464bff6fed63fc0f2a1996fca1.tar.gz
Update package version to 1.2.0, for real
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b61a376a30a..043a5ca9486e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 3 13:45:46 UTC 2016
+# Tue May 3 13:50:32 UTC 2016
pkgbase = python-django-tables2
pkgdesc = A module for rendering Django data sets as HTML tables.
- pkgver = 1.1.6
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/bradleyayers/django-tables2
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-django-tables2
makedepends = python2-django
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/bradleyayers/django-tables2/archive/v1.1.6.tar.gz
- sha256sums = b54cb1eea10aef1c9f0601f80ca58fb0db919dd80ae281797fd9c7933eb34391
+ source = https://github.com/bradleyayers/django-tables2/archive/v1.2.0.tar.gz
+ sha256sums = 4a8081fcf9b1ed134e03902d063f79b8c63d0e1ed33664a41a8d4d1c0ff30418
pkgname = python-django-tables2
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index 068d93aabce1..c4cec4ade07b 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.6
+pkgver=1.2.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=('b54cb1eea10aef1c9f0601f80ca58fb0db919dd80ae281797fd9c7933eb34391')
+sha256sums=('4a8081fcf9b1ed134e03902d063f79b8c63d0e1ed33664a41a8d4d1c0ff30418')
package_python-django-tables2() {
depends=(python-django)