summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormdraw2018-07-11 17:13:29 +0200
committermdraw2018-07-11 17:13:29 +0200
commit5cf45ef5a534b05eff4885fd3fa5f15627a9e68a (patch)
tree1ae20ed85dc416d58229fe047a95d5a550c748d2 /PKGBUILD
parent04c0f91ccca5a6a359a3049c4e77be5a736a179c (diff)
downloadaur-5cf45ef5a534b05eff4885fd3fa5f15627a9e68a.tar.gz
Update to 2.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"