[arch-commits] Commit in timescaledb/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Mar 29 22:55:25 UTC 2021


    Date: Monday, March 29, 2021 @ 22:55:25
  Author: svenstaro
Revision: 910297

upgpkg: timescaledb 2.1.1-1

Modified:
  timescaledb/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-29 22:55:19 UTC (rev 910296)
+++ PKGBUILD	2021-03-29 22:55:25 UTC (rev 910297)
@@ -2,7 +2,7 @@
 # Contributor: Felix Fung <fylixeoi at gmail.com>
 
 pkgname=timescaledb
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="An open-source time-series database optimized for fast ingest and complex queries"
 arch=('x86_64')
@@ -11,16 +11,16 @@
 depends=('postgresql' 'postgresql-libs')
 makedepends=('gcc' 'cmake')
 install=timescaledb.install
-source=("https://github.com/timescale/timescaledb/releases/download/${pkgver}/timescaledb-${pkgver}.tar.lzma")
-sha512sums=('22c72b6ae6bafc37269168d42089816735ee812d0f3c53642ad453c89b984cabdc5ea5aeb10320ba12478e9baae5356c7984b773b61e18a2aed99c6657cda464')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/timescale/timescaledb/archive/refs/tags/${pkgver}.tar.gz")
+sha512sums=('53bd8f9006741af834cc2598efe95b94e6ebf00df770ac3a4e0a087af83c8ba5ac2b1f421fd108e6609fde6bea725f05e2d590c3f341030a0f31edb6a3cf6cd5')
 
 build() {
-    cd "${pkgname}"
+    cd "${pkgname}-${pkgver}"
     ./bootstrap -DWARNINGS_AS_ERRORS=OFF -DREGRESS_CHECKS=OFF
     cd build && make
 }
 
 package() {
-    cd "${pkgname}/build"
+    cd "${pkgname}-${pkgver}/build"
     make DESTDIR="$pkgdir/" install
 }



More information about the arch-commits mailing list