Date: Thursday, May 11, 2023 @ 21:13:33
  Author: foxboron
Revision: 1460007

archrelease: copy trunk to community-x86_64

Added:
  gopls/repos/community-x86_64/PKGBUILD
    (from rev 1460006, gopls/trunk/PKGBUILD)
Deleted:
  gopls/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-11 21:13:26 UTC (rev 1460006)
+++ PKGBUILD    2023-05-11 21:13:33 UTC (rev 1460007)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: Chad Kunde <[email protected]>
-
-pkgname=gopls
-pkgver=0.11.0
-pkgrel=1
-pkgdesc='Language server for Go programming language'
-arch=('x86_64' 'aarch64' 'armv7h' 'armv7l')
-url='https://github.com/golang/tools/tree/master/gopls'
-license=('BSD')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/tools/archive/gopls/v${pkgver}.tar.gz";)
-sha256sums=('b5dd0040bcc75b4760eb543826b6503a163c835c90f50843e626a112ca083931')
-
-build() {
-  cd "tools-${pkgname}-v${pkgver}/${pkgname}"
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-  go build -o "${pkgname}"
-}
-
-package() {
-  cd "tools-${pkgname}-v${pkgver}"
-  install -Dm755 "${pkgname}/${pkgname}" -t "${pkgdir}"/usr/bin/
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gopls/repos/community-x86_64/PKGBUILD (from rev 1460006, 
gopls/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-11 21:13:33 UTC (rev 1460007)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: Chad Kunde <[email protected]>
+
+pkgname=gopls
+pkgver=0.11.0
+pkgrel=2
+pkgdesc='Language server for Go programming language'
+arch=('x86_64' 'aarch64' 'armv7h' 'armv7l')
+url='https://github.com/golang/tools/tree/master/gopls'
+license=('BSD')
+depends=('go')
+makedepends=('git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/tools/archive/gopls/v${pkgver}.tar.gz";)
+sha256sums=('b5dd0040bcc75b4760eb543826b6503a163c835c90f50843e626a112ca083931')
+
+build() {
+  cd "tools-${pkgname}-v${pkgver}/${pkgname}"
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+  go build -o "${pkgname}"
+}
+
+package() {
+  cd "tools-${pkgname}-v${pkgver}"
+  install -Dm755 "${pkgname}/${pkgname}" -t "${pkgdir}"/usr/bin/
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to