[arch-commits] Commit in timescaledb-tune/repos/community-x86_64 (PKGBUILD PKGBUILD)
George Rawlinson
grawlinson at gemini.archlinux.org
Fri Aug 12 20:40:45 UTC 2022
Date: Friday, August 12, 2022 @ 20:40:44
Author: grawlinson
Revision: 1265803
archrelease: copy trunk to community-x86_64
Added:
timescaledb-tune/repos/community-x86_64/PKGBUILD
(from rev 1265802, timescaledb-tune/trunk/PKGBUILD)
Deleted:
timescaledb-tune/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 106 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 53 insertions(+), 53 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-12 20:39:56 UTC (rev 1265802)
+++ PKGBUILD 2022-08-12 20:40:44 UTC (rev 1265803)
@@ -1,53 +0,0 @@
-# Maintainer: George Rawlinson <george at rawlinson.net.nz>
-
-pkgname=timescaledb-tune
-pkgver=0.13.0
-pkgrel=1
-pkgdesc='A tool for tuning TimescaleDB for better performance'
-arch=('x86_64')
-url='https://github.com/timescale/timescaledb-tune'
-license=('Apache')
-depends=('glibc' 'postgresql')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='640c5d2b66532ee6482150491007d0b272ddba17'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-prepare() {
- cd "$pkgname"
-
- # create directory for build output
- mkdir build
-
- # download dependencies
- go mod download
-}
-
-build() {
- cd "$pkgname"
-
- # set Go flags
- export CGO_CPPFLAGS="${CPPFLAGS}"
- export CGO_CFLAGS="${CFLAGS}"
- export CGO_CXXFLAGS="${CXXFLAGS}"
-
- go build -v \
- -buildmode=pie \
- -trimpath \
- -mod=readonly \
- -modcacherw \
- -ldflags "-linkmode external -extldflags ${LDFLAGS}" \
- -o build \
- ./cmd/...
-}
-
-package() {
- install -Dm755 -t "$pkgdir/usr/bin" "$pkgname/build/$pkgname"
-}
Copied: timescaledb-tune/repos/community-x86_64/PKGBUILD (from rev 1265802, timescaledb-tune/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-12 20:40:44 UTC (rev 1265803)
@@ -0,0 +1,53 @@
+# Maintainer: George Rawlinson <george at rawlinson.net.nz>
+
+pkgname=timescaledb-tune
+pkgver=0.13.1
+pkgrel=1
+pkgdesc='A tool for tuning TimescaleDB for better performance'
+arch=('x86_64')
+url='https://github.com/timescale/timescaledb-tune'
+license=('Apache')
+depends=('glibc' 'postgresql')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='0d781e1ac0607b868155fdf2b22960749c220ddf'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+ cd "$pkgname"
+
+ # create directory for build output
+ mkdir build
+
+ # download dependencies
+ go mod download
+}
+
+build() {
+ cd "$pkgname"
+
+ # set Go flags
+ export CGO_CPPFLAGS="${CPPFLAGS}"
+ export CGO_CFLAGS="${CFLAGS}"
+ export CGO_CXXFLAGS="${CXXFLAGS}"
+
+ go build -v \
+ -buildmode=pie \
+ -trimpath \
+ -mod=readonly \
+ -modcacherw \
+ -ldflags "-linkmode external -extldflags ${LDFLAGS}" \
+ -o build \
+ ./cmd/...
+}
+
+package() {
+ install -Dm755 -t "$pkgdir/usr/bin" "$pkgname/build/$pkgname"
+}
More information about the arch-commits
mailing list