summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEgor Kovetskiy2016-03-15 13:50:35 +0600
committerEgor Kovetskiy2016-03-15 13:50:35 +0600
commit62f6c4a786e621e7f89a1f8259697c697f078a1d (patch)
tree777071935ee7a73c927c199912216e04d8863969 /PKGBUILD
parent1c2f8f0426a41b64d9fd5c4617185eb06736cced (diff)
downloadaur-62f6c4a786e621e7f89a1f8259697c697f078a1d.tar.gz
fix depends and makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93801999c180..a21f39f40290 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Egor Kovetskiy <e.kovetskiy@gmail.com>
pkgname=poe
-pkgver=20160315.1_74131fa
+pkgver="autogenerated"
pkgrel=1
pkgdesc="examine, list and fix suspicious constructs in Go source code"
arch=('i686' 'x86_64')
license=('GPL')
-makedepends=('go' 'git')
+makedepends=('git')
+depends=('go' 'gometalinter-git')
source=(
"poe::git+ssh://github.com/kovetskiy/poe"