summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a641dc6117aa..26a5f60d42d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,6 +54,9 @@ check() {
}
package() {
+ provides=(go)
+ conflicts=(go)
+
cd $pkgrepo
install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go"