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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Mar 19 05:55:21 UTC 2021


    Date: Friday, March 19, 2021 @ 05:55:20
  Author: svenstaro
Revision: 894538

upgpkg: timescaledb 2.1.0-1

Modified:
  timescaledb/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-19 05:51:42 UTC (rev 894537)
+++ PKGBUILD	2021-03-19 05:55:20 UTC (rev 894538)
@@ -12,15 +12,15 @@
 makedepends=('gcc' 'cmake')
 install=timescaledb.install
 source=("https://github.com/timescale/timescaledb/releases/download/${pkgver}/timescaledb-${pkgver}.tar.lzma")
-sha512sums=()
+sha512sums=('22c72b6ae6bafc37269168d42089816735ee812d0f3c53642ad453c89b984cabdc5ea5aeb10320ba12478e9baae5356c7984b773b61e18a2aed99c6657cda464')
 
 build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
+    cd "${pkgname}"
     ./bootstrap -DWARNINGS_AS_ERRORS=OFF -DREGRESS_CHECKS=OFF
     cd build && make
 }
 
 package() {
-    cd "${srcdir}/${pkgname}-${pkgver}/build"
+    cd "${pkgname}/build"
     make DESTDIR="$pkgdir/" install
 }



More information about the arch-commits mailing list