summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuele Ballarin2018-08-04 17:01:18 +0200
committerGitHub2018-08-04 17:01:18 +0200
commite944f7df67c970d236c9133c93dfea6815fb364f (patch)
tree8b01558dd4e825d170f138d5fc0775a28a4ab5c1
parentd27bd143c4ae6333c6b7faa86d11575e4ea99671 (diff)
downloadaur-e944f7df67c970d236c9133c93dfea6815fb364f.tar.gz
Try to fix error related to libsqlite3
As reported on the AUR: - DasLeo commented on 2018-08-04 09:42 - kajoqaq1 commented on 2018-08-03 15:54
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff84e8f3b995..3cdd8012cf41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,6 +43,7 @@ build() {
mkdir -p "${GOPATH}"
GOPATH="${GOPATH}" go get "${go_base}" || echo "(ignoring go error)"
cd "${GOPATH}/src/${go_base}"
+ make deps
make
}