author | Morten Linderud
<foxboron@archlinux.org> 2023-05-28 12:11:36 UTC |
committer | Morten Linderud
<foxboron@archlinux.org> 2023-05-28 12:11:36 UTC |
parent | 3ded9b0562e0fb9f20c86903a316b69abe926bd4 |
.SRCINFO | +21 | -0 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..224048e --- /dev/null +++ b/.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/PKGBUILD b/PKGBUILD index fde3ac4..ed580c0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,7 +15,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/'