[arch-commits] Commit in delve/repos/community-x86_64 (PKGBUILD PKGBUILD)

Santiago Torres-Arias sangy at archlinux.org
Fri Sep 6 02:32:17 UTC 2019


    Date: Friday, September 6, 2019 @ 02:32:16
  Author: sangy
Revision: 508229

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-06 02:31:40 UTC (rev 508228)
+++ PKGBUILD	2019-09-06 02:32:16 UTC (rev 508229)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-pkgname=delve
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="A debugger for the Go programming language."
-arch=('x86_64')
-url="https://github.com/derekparker/delve"
-license=('MIT')
-makedepends=('go-pie' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derekparker/delve/archive/v${pkgver}.tar.gz")
-sha256sums=('a8feef68195d198e497c0a62ce8cfa422274296a1e71dfa728a432e588215466')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  go build -gcflags "all=-trimpath=${GOPATH}" -asmflags "all=-trimpath=${GOPATH}" -ldflags "-extldflags $LDFLAGS" ./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 508228, delve/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-06 02:32:16 UTC (rev 508229)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+pkgname=delve
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="A debugger for the Go programming language."
+arch=('x86_64')
+url="https://github.com/derekparker/delve"
+license=('MIT')
+makedepends=('go-pie' 'git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derekparker/delve/archive/v${pkgver}.tar.gz")
+sha256sums=('5308527636459805ac1ee29c9014c62bfc75465892cea26eb50cca1f9922bef6')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  go build -gcflags "all=-trimpath=${GOPATH}" -asmflags "all=-trimpath=${GOPATH}" -ldflags "-extldflags $LDFLAGS" ./cmd/dlv
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 dlv "${pkgdir}/usr/bin/dlv"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list