summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79f353e84b8d..c9e0d7ecdbbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = go-tools-git
pkgdesc = Developer tools for the Go programming language
pkgver = v0.0.0_20190702152245_7e72c71c505f
- pkgrel = 1
+ pkgrel = 2
url = https://godoc.org/golang.org/x/tools/
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index abdfa749ef20..9d121d2f3e64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=go-tools-git
pkgver=v0.0.0_20190702152245_7e72c71c505f
-pkgrel=1
+pkgrel=2
pkgdesc='Developer tools for the Go programming language'
arch=(x86_64)
url='https://godoc.org/golang.org/x/tools/'
@@ -56,6 +56,7 @@ package() {
install -Dm755 build/* -t "${pkgdir}"/usr/bin/
install -Dm644 ${pkgname}/LICENSE -t ${pkgdir}/usr/share/licenses/${pkgname}/
install -Dm644 godoc.service -t ${pkgdir}/usr/lib/systemd/system/
+ install -Dm644 gopls.service -t ${pkgdir}/usr/lib/systemd/system/
}
# vim: ts=2 sw=2 et: