From ccf1115917622cd4291d0b3c797f6d97b38a5ee0 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 30 Aug 2018 16:38:34 +0200 Subject: community/grafana: fixed path of generated binaries --- community/grafana/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 community/grafana/PKGBUILD (limited to 'community') diff --git a/community/grafana/PKGBUILD b/community/grafana/PKGBUILD new file mode 100644 index 00000000..0a69ecce --- /dev/null +++ b/community/grafana/PKGBUILD @@ -0,0 +1,7 @@ +# fix architecture of generated binaries +eval "$( + declare -f package | \ + sed ' + s/linux-amd64/linux-386/g + ' +)" -- cgit v1.2.3 From 9cc261c47e0d72b4ba748ff8103b6b80d0a63c79 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 30 Aug 2018 17:03:18 +0200 Subject: community/opam: hotfix for missing ocaml-compiler-libs --- community/opam/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 community/opam/PKGBUILD (limited to 'community') diff --git a/community/opam/PKGBUILD b/community/opam/PKGBUILD new file mode 100644 index 00000000..1e0c0b6b --- /dev/null +++ b/community/opam/PKGBUILD @@ -0,0 +1,3 @@ +# hotfix for https://bugs.archlinux.org/task/59869 +makedepends=('ocaml-compiler-libs') + -- cgit v1.2.3