gogs: Remove glide from makedepends

This commit is contained in:
Martchus 2017-03-19 19:19:37 +01:00
parent fccb5f2a19
commit 4e96122f98
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ optdepends=('sqlite: SQLite support'
'redis: Redis support'
'memcached: MemCached support'
'openssh: GIT over SSH support')
makedepends=('go>=1.3' 'glide>=0.10')
makedepends=('go>=1.3')
conflicts=('gogs-bin' 'gogs-git' 'gogs-git-dev')
options=('!strip' '!emptydirs')
backup=('etc/gogs/app.ini')