summaryrefslogtreecommitdiff
path: root/community/helm-synth/PKGBUILD
blob: b63a6aef3855dbc5c3a5887d6fed93a4c6273ee6 (plain)
1
2
3
4
5
6
7
8
9
10
# reported upstream, see https://github.com/mtytel/helm/issues/190
source+=('helm-0.9.0-sigemptyset-glibc-2.26.patch')
sha512sums+=('496bc191dcbb1524415f09d19f2efbba2bb84e2571345c20a9aeff649f4f1c6da6599bcd8bc34018c69cd889450c44a4c8e90a6decbc0db4ef72265153aae883')

eval "$(
  declare -f prepare | \
    sed '
      /cd/ a patch -Np1 -i "${srcdir}"/helm-0.9.0-sigemptyset-glibc-2.26.patch
    '
)"