mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/go to 1.8-1
This commit is contained in:
parent
d74e18f1b5
commit
f1418b6b4e
2 changed files with 2 additions and 9 deletions
|
@ -14,9 +14,9 @@
|
|||
# - added switches for our architectures
|
||||
|
||||
pkgname=('go' 'go-tools')
|
||||
pkgver=1.7.5
|
||||
pkgrel=1
|
||||
epoch=2
|
||||
pkgver=1.8
|
||||
pkgrel=1
|
||||
arch=('arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
url='http://golang.org/'
|
||||
license=('BSD')
|
||||
|
@ -111,7 +111,6 @@ package_go() {
|
|||
ln -sf /usr/bin "$pkgdir/usr/lib/go/bin"
|
||||
|
||||
install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
|
||||
install="$pkgname.install"
|
||||
|
||||
# For godoc command
|
||||
install -Dm644 favicon.ico "$pkgdir/usr/lib/go/favicon.ico"
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
post_upgrade() {
|
||||
# Fixes FS#41561 and FS#44099
|
||||
go install std 2> /dev/null || return 0
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
Loading…
Reference in a new issue