Date: Thursday, May 11, 2023 @ 18:23:06
  Author: alerque
Revision: 1459978

archrelease: copy trunk to community-x86_64

Added:
  dolt/repos/community-x86_64/PKGBUILD
    (from rev 1459977, dolt/trunk/PKGBUILD)
Deleted:
  dolt/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-11 18:22:58 UTC (rev 1459977)
+++ PKGBUILD    2023-05-11 18:23:06 UTC (rev 1459978)
@@ -1,43 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Artur Juraszek <[email protected]>
-# Contributor: istimaldar_sntlk <[email protected]>
-
-pkgname=dolt
-pkgver=1.0.0
-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=('329d899e47375657d1aef7824574764ee54210588b6c6913362bbc6e5ff8bbbe')
-
-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 1459977, 
dolt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-11 18:23:06 UTC (rev 1459978)
@@ -0,0 +1,43 @@
+# 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"
+}

Reply via email to