summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {