summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fung2019-02-28 18:05:46 -0500
committerFelix Fung2019-02-28 18:05:46 -0500
commit05921ed5b9e32cca112a16f44d738e7d4eec09f7 (patch)
treecb9a808dc48613c040e0d2a6f933de4cc9d4221d
parent2d8deabbff732f09f53676c3486fda29fecfda5a (diff)
downloadaur-05921ed5b9e32cca112a16f44d738e7d4eec09f7.tar.gz
Fixed git commit tag
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18837312ba4d..8257539942e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = timescaledb
makedepends = git
depends = postgresql>=9.6.0
depends = postgresql-libs>=9.6.0
- source = timescaledb-1.2.1::git+https://github.com/timescale/timescaledb.git#tag=1.1.1
+ source = timescaledb-1.2.1::git+https://github.com/timescale/timescaledb.git#tag=1.2.1
md5sums = SKIP
pkgname = timescaledb
diff --git a/PKGBUILD b/PKGBUILD
index 2f437ac73a2e..f97a7bac3641 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('Apache')
depends=('postgresql>=9.6.0' 'postgresql-libs>=9.6.0')
makedepends=('gcc' 'cmake>=3.4' 'git')
install=${pkgname}.install
-source=("$pkgname-$pkgver::git+https://github.com/timescale/timescaledb.git#tag=1.1.1")
+source=("$pkgname-$pkgver::git+https://github.com/timescale/timescaledb.git#tag=1.2.1")
md5sums=(SKIP)
build() {