Date: Saturday, December 10, 2022 @ 11:08:29
  Author: foxboron
Revision: 1357321

archrelease: copy trunk to community-x86_64

Added:
  delve/repos/community-x86_64/PKGBUILD
    (from rev 1357320, delve/trunk/PKGBUILD)
Deleted:
  delve/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-10 11:08:22 UTC (rev 1357320)
+++ PKGBUILD    2022-12-10 11:08:29 UTC (rev 1357321)
@@ -1,31 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-
-pkgname=delve
-pkgver=1.9.1
-pkgrel=3
-pkgdesc="A debugger for the Go programming language."
-arch=('x86_64')
-url="https://github.com/go-delve/delve";
-license=('MIT')
-makedepends=('go' 'git')
-optdepends=('debuginfod: debuginfod support')
-options=(!lto strip debug)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz";)
-sha256sums=('d8d119e74ae47799baa60c08faf2c2872fefce9264b36475ddac8e3a7efc6727')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw"
-  export GOPATH="${srcdir}"
-  go build -ldflags='-compressdwarf=false -linkmode=external' ./cmd/dlv
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 dlv "${pkgdir}/usr/bin/dlv"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: delve/repos/community-x86_64/PKGBUILD (from rev 1357320, 
delve/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-10 11:08:29 UTC (rev 1357321)
@@ -0,0 +1,31 @@
+# Maintainer: Morten Linderud <[email protected]>
+
+pkgname=delve
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="A debugger for the Go programming language."
+arch=('x86_64')
+url="https://github.com/go-delve/delve";
+license=('MIT')
+makedepends=('go' 'git')
+optdepends=('debuginfod: debuginfod support')
+options=(!lto strip debug)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz";)
+sha256sums=('39d2e3ae965abf5e71f3d8efbef368b1ee1d7154ea6604ec71d508350d419d03')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw"
+  export GOPATH="${srcdir}"
+  go build -ldflags='-compressdwarf=false -linkmode=external' ./cmd/dlv
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 dlv "${pkgdir}/usr/bin/dlv"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to