Update PKGBUILD

patch and gcc are required for making this package. Gcc because sqlite3 driver us cgo package and requires gcc to compile (https://github.com/mattn/go-sqlite3)
This commit is contained in:
K3A 2018-03-30 18:53:19 +02:00 committed by GitHub
parent 5c188a9b53
commit 54682d1b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ optdepends=('sqlite: SQLite support'
'redis: Redis support'
'memcached: MemCached support'
'openssh: GIT over SSH support')
makedepends=('go>=1.3')
makedepends=('go>=1.3' 'patch' 'gcc')
conflicts=("$_pkgname-bin" "$_pkgname-git" "$_pkgname-dev-git")
options=('!strip')
backup=("etc/$_pkgname/app.ini")