summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2019-09-10 00:16:11 +0200
committerKr1ss2019-09-10 00:16:11 +0200
commitd2fcbea84b4ff63e46f33ca41630a7d1b51c438b (patch)
tree3e7794a02cf8083401dc96d265acc3a797b7d5aa
parent16f9b12f7fe556425b58874e0800e2fa0742d21e (diff)
downloadaur-d2fcbea84b4ff63e46f33ca41630a7d1b51c438b.tar.gz
fix pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4b67c854b4f..5aadcc707e69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = textql-git
pkgdesc = Execute SQL against structured text like CSV or TSV
pkgver = 2.0.3.r44.730ab91
- pkgrel = 1.1
+ pkgrel = 2
url = https://github.com/dinedal/textql
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 34ca9252d66b..720e1e37d9b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver() {
git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
}
pkgver=2.0.3.r44.730ab91
-pkgrel=1.1
+pkgrel=2
pkgdesc="Execute SQL against structured text like CSV or TSV"
arch=('x86_64')