George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
timescaledb-tune


Commits:
a087a8d2 by George Rawlinson at 2025-02-11T14:05:21+13:00
upgpkg: 0.18.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,17 @@
 pkgbase = timescaledb-tune
        pkgdesc = A tool for tuning TimescaleDB for better performance
-       pkgver = 0.15.0
+       pkgver = 0.18.0
        pkgrel = 1
        url = https://github.com/timescale/timescaledb-tune
        arch = x86_64
-       license = Apache
+       license = Apache-2.0
        makedepends = git
        makedepends = go
        depends = glibc
        depends = postgresql
        options = !lto
-       source = 
timescaledb-tune::git+https://github.com/timescale/timescaledb-tune#commit=218e06507f98173e5e5b88458ed0e98d1830282c
-       b2sums = SKIP
+       source = 
timescaledb-tune::git+https://github.com/timescale/timescaledb-tune#tag=v0.18.0
+       sha512sums = 
77c2a8fa90ff673c939a42c0c8a5a7688333ab699ab6aee238d24400f74db01a56e0ed4de1f475139d26bb94cfe8dcc6ee29390a128c2eb55e930dd994329cb9
+       b2sums = 
f91eb87922adb3d61a5afdd9bc6557b0fb5299bef7554718a8be2708a957fd4da0d20c398df1c42d69b7276fa03a28a0ac13d71ff22c7ab998c84a33bdd028f0
 
 pkgname = timescaledb-tune


=====================================
PKGBUILD
=====================================
@@ -1,24 +1,18 @@
 # Maintainer: George Rawlinson <geo...@rawlinson.net.nz>
 
 pkgname=timescaledb-tune
-pkgver=0.15.0
+pkgver=0.18.0
 pkgrel=1
 pkgdesc='A tool for tuning TimescaleDB for better performance'
 arch=('x86_64')
 url='https://github.com/timescale/timescaledb-tune'
-license=('Apache')
+license=('Apache-2.0')
 depends=('glibc' 'postgresql')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='218e06507f98173e5e5b88458ed0e98d1830282c'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
+source=("$pkgname::git+$url#tag=v$pkgver")
+sha512sums=('77c2a8fa90ff673c939a42c0c8a5a7688333ab699ab6aee238d24400f74db01a56e0ed4de1f475139d26bb94cfe8dcc6ee29390a128c2eb55e930dd994329cb9')
+b2sums=('f91eb87922adb3d61a5afdd9bc6557b0fb5299bef7554718a8be2708a957fd4da0d20c398df1c42d69b7276fa03a28a0ac13d71ff22c7ab998c84a33bdd028f0')
 
 prepare() {
   cd "$pkgname"
@@ -43,7 +37,7 @@ build() {
     -trimpath \
     -mod=readonly \
     -modcacherw \
-    -ldflags "-linkmode external -extldflags ${LDFLAGS}" \
+    -ldflags "-linkmode external -extldflags '${LDFLAGS}'" \
     -o build \
     ./cmd/...
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb-tune/-/commit/a087a8d27cbd40cf6e3a0498046ba14658b5b6a3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/timescaledb-tune/-/commit/a087a8d27cbd40cf6e3a0498046ba14658b5b6a3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to