makedeb
The Go programming language
Click here to go back to the commit logs for golang-go.
Hash: 12da9994a395012292d7fb1d371c253a4378ce42
Message: Bumped epoch to '2'
The Debian and Ubuntu repository packages for 'golang-go' have the epoch set to 2 for some reason, so we're gonna duplicate that behavior here for the sake of compatibility.
diff --git a/.SRCINFO b/.SRCINFO
index 446f521..f76ab48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = golang-go
pkgdesc = The Go programming language
pkgver = 1.17.7
pkgrel = 1
+ epoch = 2
url = https://go.dev/
arch = any
makedepends = gcc
diff --git a/PKGBUILD b/PKGBUILD
index 678d750..f9b5ced 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,6 +2,7 @@
pkgname=golang-go
pkgver=1.17.7
pkgrel=1
+epoch=2
pkgdesc='The Go programming language'
arch=('any')
makedepends=('gcc' 'golang-go')