diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/grafana/PKGBUILD | 7 | ||||
-rw-r--r-- | community/opam/PKGBUILD | 3 |
2 files changed, 10 insertions, 0 deletions
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 + ' +)" 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') + |