summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormdraw2018-07-11 17:13:29 +0200
committermdraw2018-07-11 17:13:29 +0200
commit5cf45ef5a534b05eff4885fd3fa5f15627a9e68a (patch)
tree1ae20ed85dc416d58229fe047a95d5a550c748d2
parent04c0f91ccca5a6a359a3049c4e77be5a736a179c (diff)
downloadaur-5cf45ef5a534b05eff4885fd3fa5f15627a9e68a.tar.gz
Update to 2.1.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0565a0b5dbd..bd901617f16d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jul 11 15:24:57 UTC 2017
+# Wed Jul 11 15:13:02 UTC 2018
pkgbase = csvtotable
pkgdesc = Simple command-line utility to convert CSV files to searchable and sortable HTML table
- pkgver = 1.1.1
- pkgrel = 0
+ pkgver = 2.1.1
+ pkgrel = 1
url = https://github.com/vividvilla/csvtotable
arch = any
license = MIT
@@ -14,8 +14,8 @@ pkgbase = csvtotable
depends = python2-unicodecsv
depends = python2-six
conflicts = csvtotable-git
- source = https://github.com/vividvilla/csvtotable/archive/1.1.1.tar.gz
- sha256sums = e1c04abe24d03302f92952ea7d8deb4636c1b28eb471ce808b256ebde247a258
+ source = https://github.com/vividvilla/csvtotable/archive/2.1.1.tar.gz
+ sha256sums = ba58055a22c657e1e2db987d93e915567b26daa0e6a9a061a827233c445c6cfc
pkgname = csvtotable
diff --git a/PKGBUILD b/PKGBUILD
index eb0140273815..b4b879900592 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# unicodecsv. Once this is resolved, I will migrate it to Python 3.
pkgname=csvtotable
-pkgver=1.1.1
-pkgrel=0
+pkgver=2.1.1
+pkgrel=1
pkgdesc='Simple command-line utility to convert CSV files to searchable and sortable HTML table'
url='https://github.com/vividvilla/csvtotable'
license=('MIT')
@@ -15,7 +15,7 @@ depends=('python2' 'python2-click' 'python2-jinja'
makedepends=('python2-setuptools')
conflicts=('csvtotable-git')
source=("https://github.com/vividvilla/csvtotable/archive/${pkgver}.tar.gz")
-sha256sums=('e1c04abe24d03302f92952ea7d8deb4636c1b28eb471ce808b256ebde247a258')
+sha256sums=('ba58055a22c657e1e2db987d93e915567b26daa0e6a9a061a827233c445c6cfc')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"