summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCan Celasun2015-09-30 14:58:23 +0300
committerCan Celasun2015-09-30 14:58:23 +0300
commit8c01efbdc44ede3382c4ed8dcb93c19ecd5c23e2 (patch)
tree4c4ddcc1caa6ea71cbf7a87df67a4c6eb68c800d
parentee17e7c3fc4119a6e906578679ff15975db622c1 (diff)
downloadaur-8c01efbdc44ede3382c4ed8dcb93c19ecd5c23e2.tar.gz
Update vertica-client
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4835f872793..c29183ea51af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vertica-client
pkgdesc = Client for the Vertica Analytic Database
pkgver = 7.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.vertica.com/
install = vertica-client.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 4c6d31959a7d..548b80240254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=vertica-client
pkgver=7.1.2
_pkgver=7.1.2-0
-pkgrel=1
+pkgrel=2
pkgdesc="Client for the Vertica Analytic Database"
arch=('i686' 'x86_64')
url="https://www.vertica.com/"
@@ -21,7 +21,7 @@ elif test "$CARCH" == x86_64; then
__vertica_arch=x86_64
fi
-_vpkg=vertica-client-${_pkgver}.linux.${__vertica_arch}.tar.gz
+_vpkg=vertica-client-${_pkgver}.${__vertica_arch}.tar.gz
build() {
msg "You need a full copy of the client in order to install it"