From 00d29557fe80a9c48932b6c201ec755d284c814f Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 3 Jun 2023 18:22:10 +0000 Subject: [PATCH] extra/go to 1.20.4-2 --- extra/go/.SRCINFO | 21 +++++++++++++++++++++ extra/go/PKGBUILD | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 extra/go/.SRCINFO diff --git a/extra/go/.SRCINFO b/extra/go/.SRCINFO new file mode 100644 index 000000000..224048eae --- /dev/null +++ b/extra/go/.SRCINFO @@ -0,0 +1,21 @@ +pkgbase = go + pkgdesc = Core compiler tools for the Go programming language + pkgver = 1.20.4 + pkgrel = 2 + epoch = 2 + url = https://golang.org/ + arch = x86_64 + license = BSD + makedepends = git + makedepends = go + provides = go-pie + replaces = go-pie + options = !strip + options = staticlibs + source = https://go.dev/dl/go1.20.4.src.tar.gz + source = https://go.dev/dl/go1.20.4.src.tar.gz.asc + validpgpkeys = EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796 + sha256sums = 9f34ace128764b7a3a4b238b805856cc1b2184304df9e5690825b0710f4202d6 + sha256sums = SKIP + +pkgname = go diff --git a/extra/go/PKGBUILD b/extra/go/PKGBUILD index 066112d71..4d7fb2e06 100644 --- a/extra/go/PKGBUILD +++ b/extra/go/PKGBUILD @@ -18,7 +18,7 @@ pkgname=go epoch=2 pkgver=1.20.4 -pkgrel=1 +pkgrel=2 pkgdesc='Core compiler tools for the Go programming language' arch=(x86_64) url='https://golang.org/'