summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68ece6a86750..486cc219837f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Sauyon Lee <sauyon@satori>
pkgname=gosh
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="interactive shell for Golang"
arch=('i686' 'x86_64')
url="https://github.com/mkouhei/gosh"
license=('GPL')
-depends=('go' 'goimports-git')
+depends=('go' 'go-tools')
makedepends=()
source=("$pkgname-$pkgver::https://github.com/mkouhei/$pkgname/archive/v${pkgver}.tar.gz")
md5sums=('fff34e4fcd165f937df61233fbc169f6')