summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabien Dubosson2017-04-24 19:51:31 +0200
committerFabien Dubosson2017-04-24 19:51:31 +0200
commit8fefa0fb7228b48b4dd8af49f1c5901da7f57c8a (patch)
treeef89bb92475bd6c69edc1ae64f568c8d2963b4c7 /PKGBUILD
parent9cb97dd8d4da41c0c81d81c74b902271dff1bd03 (diff)
downloadaur-8fefa0fb7228b48b4dd8af49f1c5901da7f57c8a.tar.gz
New upstream release 1.6.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d027ea8d86ee..8ee9adf7d78c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien Dubosson <fabien.dubosson@gmail.com>
pkgname="q"
-pkgver="1.5.0"
+pkgver="1.6.3"
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=('772c1bc7a49d725042ffc130e3c9328fc9da67dc'
- '7880898b6ca5e298a4b2d686e70b0b889a6e76cf')
+sha1sums=('5898c74b52f9270df1310823c9005d8d68c65123'
+ '5699f52aac37d4b14016f206d232d33f7a2a4c83')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}/"