Date: Wednesday, May 3, 2023 @ 05:49:46
Author: alerque
Revision: 1455950
archrelease: copy trunk to community-x86_64
Added:
dolt/repos/community-x86_64/PKGBUILD
(from rev 1455949, dolt/trunk/PKGBUILD)
Deleted:
dolt/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-03 05:49:37 UTC (rev 1455949)
+++ PKGBUILD 2023-05-03 05:49:46 UTC (rev 1455950)
@@ -1,43 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Artur Juraszek <[email protected]>
-# Contributor: istimaldar_sntlk <[email protected]>
-
-pkgname=dolt
-pkgver=0.75.16
-pkgrel=1
-pkgdesc='Git for data! A version controlled relational database'
-arch=(x86_64)
-url=https://www.dolthub.com
-_url="https://github.com/dolthub/$pkgname"
-license=(Apache)
-depends=(glibc)
-makedepends=(go)
-_archive="$pkgname-$pkgver"
-source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('f84ba48d4c1a670ad797aa5e915faf8b3134f5ba7ccba57ff9326980c31831ce')
-
-prepare() {
- cd "$_archive"/go
- mkdir -p build
-}
-
-build() {
- cd "$_archive"/go
- export CGO_CPPFLAGS="$CPPFLAGS"
- export CGO_CFLAGS="$CFLAGS"
- export CGO_CXXFLAGS="$CXXFLAGS"
- export CGO_LDFLAGS="$LDFLAGS"
- go build \
- -trimpath \
- -buildmode=pie \
- -mod=readonly \
- -modcacherw \
- -ldflags "-extldflags \"$LDFLAGS\"" \
- -o build \
- ./cmd/...
-}
-
-package() {
- cd "$_archive"/go
- install -Dm0755 -t "$pkgdir/usr/bin/" "build/$pkgname"
-}
Copied: dolt/repos/community-x86_64/PKGBUILD (from rev 1455949,
dolt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-03 05:49:46 UTC (rev 1455950)
@@ -0,0 +1,43 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Artur Juraszek <[email protected]>
+# Contributor: istimaldar_sntlk <[email protected]>
+
+pkgname=dolt
+pkgver=0.75.17
+pkgrel=1
+pkgdesc='Git for data! A version controlled relational database'
+arch=(x86_64)
+url=https://www.dolthub.com
+_url="https://github.com/dolthub/$pkgname"
+license=(Apache)
+depends=(glibc)
+makedepends=(go)
+_archive="$pkgname-$pkgver"
+source=("$_url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('8e8663773a7530bc08d09567a72a417c68df48e050eeb3ce3b55e06c778ced6e')
+
+prepare() {
+ cd "$_archive"/go
+ mkdir -p build
+}
+
+build() {
+ cd "$_archive"/go
+ export CGO_CPPFLAGS="$CPPFLAGS"
+ export CGO_CFLAGS="$CFLAGS"
+ export CGO_CXXFLAGS="$CXXFLAGS"
+ export CGO_LDFLAGS="$LDFLAGS"
+ go build \
+ -trimpath \
+ -buildmode=pie \
+ -mod=readonly \
+ -modcacherw \
+ -ldflags "-extldflags \"$LDFLAGS\"" \
+ -o build \
+ ./cmd/...
+}
+
+package() {
+ cd "$_archive"/go
+ install -Dm0755 -t "$pkgdir/usr/bin/" "build/$pkgname"
+}