summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD6
3 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64cca54951fb..8e6577696f84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Mon Apr 24 17:51:25 UTC 2017
+# Wed Dec 20 11:36:10 UTC 2017
pkgbase = q
pkgdesc = SQL-like queries on tabular text data, including joins and subqueries
- pkgver = 1.6.3
+ pkgver = 1.7.1
pkgrel = 1
url = https://github.com/harelba/q
changelog = ChangeLog
arch = any
license = GPL3
depends = python2
- source = https://github.com/harelba/q/archive/1.6.3.tar.gz
- source = https://github.com/harelba/packages-for-q/raw/master/rpms/q-text-as-data-1.6.3-1.noarch.rpm
- sha1sums = 5898c74b52f9270df1310823c9005d8d68c65123
- sha1sums = 5699f52aac37d4b14016f206d232d33f7a2a4c83
+ source = https://github.com/harelba/q/archive/1.7.1.tar.gz
+ source = https://github.com/harelba/packages-for-q/raw/master/rpms/q-text-as-data-1.7.1-1.noarch.rpm
+ sha1sums = ca26b3077b310d547080ba544ffba8a8bcbde7f9
+ sha1sums = ae4e4fb508676f60a3ba44171a62cd83ddfb2f2f
pkgname = q
diff --git a/ChangeLog b/ChangeLog
index 6ce8adc8b0cd..928bd06f2049 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-12-20 Fabien Dubosson <fabien.dubosson@gmail.com>
+
+ * 1.7.1-1 :
+ New upstream release
+
2017-04-24 Fabien Dubosson <fabien.dubosson@gmail.com>
* 1.6.3-1 :
diff --git a/PKGBUILD b/PKGBUILD
index 8ee9adf7d78c..2766e29594ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien Dubosson <fabien.dubosson@gmail.com>
pkgname="q"
-pkgver="1.6.3"
+pkgver="1.7.1"
pkgrel="1"
pkgdesc="SQL-like queries on tabular text data, including joins and subqueries"
url="https://github.com/harelba/q"
@@ -11,8 +11,8 @@ depends=('python2')
changelog="ChangeLog"
source=("https://github.com/harelba/${pkgname}/archive/${pkgver}.tar.gz"
"https://github.com/harelba/packages-for-q/raw/master/rpms/q-text-as-data-${pkgver}-1.noarch.rpm")
-sha1sums=('5898c74b52f9270df1310823c9005d8d68c65123'
- '5699f52aac37d4b14016f206d232d33f7a2a4c83')
+sha1sums=('ca26b3077b310d547080ba544ffba8a8bcbde7f9'
+ 'ae4e4fb508676f60a3ba44171a62cd83ddfb2f2f')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}/"