summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederick Zhang2020-09-30 21:38:13 +1000
committerFrederick Zhang2020-09-30 21:38:13 +1000
commit55973f14256833e64fca8b2726103c9a2516a064 (patch)
tree1a1aff3f0c4a8153a62f6f58f1af3e0c1e60a479
parentf4248c727e6234280fe3f914804698b262bb9a67 (diff)
downloadaur-55973f14256833e64fca8b2726103c9a2516a064.tar.gz
bump to 2.0.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 477541746222..36778957746f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = q
pkgdesc = SQL-like queries on tabular text data, including joins and subqueries
- pkgver = 2.0.9
+ pkgver = 2.0.16
pkgrel = 1
url = https://github.com/harelba/q
arch = x86_64
license = GPL3
depends = python
- source = https://github.com/harelba/packages-for-q/raw/master/rpms/q-text-as-data-2.0.9-1.x86_64.rpm
- sha256sums = ccb39dc7033524a833b7a9be90f8e44784d221a8ff4e8aed2c6847211cc378c4
+ source = https://github.com/harelba/packages-for-q/raw/master/rpms/q-text-as-data-2.0.16-1.x86_64.rpm
+ sha256sums = c348add454f42a65afb78af40735980f7c5a43bbac88c2d1a70304f752817ce1
pkgname = q
diff --git a/PKGBUILD b/PKGBUILD
index 783035a029f6..72b0f8a2bda1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Fabien Dubosson <fabien.dubosson@gmail.com>
pkgname=q
-pkgver=2.0.9
+pkgver=2.0.16
pkgrel=1
pkgdesc="SQL-like queries on tabular text data, including joins and subqueries"
url="https://github.com/harelba/q"
@@ -10,7 +10,7 @@ license=('GPL3')
arch=('x86_64')
depends=('python')
source=("https://github.com/harelba/packages-for-q/raw/master/rpms/q-text-as-data-${pkgver}-1.x86_64.rpm")
-sha256sums=('ccb39dc7033524a833b7a9be90f8e44784d221a8ff4e8aed2c6847211cc378c4')
+sha256sums=('c348add454f42a65afb78af40735980f7c5a43bbac88c2d1a70304f752817ce1')
package() {
cd "${srcdir}/"