Date: Tuesday, May 16, 2023 @ 12:18:47
Author: alerque
Revision: 1461979
archrelease: copy trunk to community-x86_64
Added:
dolt/repos/community-x86_64/PKGBUILD
(from rev 1461978, dolt/trunk/PKGBUILD)
Deleted:
dolt/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-16 12:18:36 UTC (rev 1461978)
+++ PKGBUILD 2023-05-16 12:18:47 UTC (rev 1461979)
@@ -1,43 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Artur Juraszek <[email protected]>
-# Contributor: istimaldar_sntlk <[email protected]>
-
-pkgname=dolt
-pkgver=1.0.1
-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=('29e5374270fb1620b000fadfd122bfb5194693d81c5b586b80746c381dcb7407')
-
-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 1461978,
dolt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-16 12:18:47 UTC (rev 1461979)
@@ -0,0 +1,43 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Artur Juraszek <[email protected]>
+# Contributor: istimaldar_sntlk <[email protected]>
+
+pkgname=dolt
+pkgver=1.0.2
+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=('303441d8a352a583711a0f6723aa3d3af83f7b5c829caf896d2b73e5a7a6a1db')
+
+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"
+}