summaryrefslogtreecommitdiff
path: root/extra/ctags/PKGBUILD
blob: e6235180a04c89b5797fdc1eab246a710f699a0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# See https://github.com/universal-ctags/ctags/issues/1937 and
# https://github.com/universal-ctags/ctags/pull/1938

source+=('ctags-seccomp32.patch')
sha512sums+=('749f3db52c17a6af85a725a76e625c06ecf9bd1fd785e1c268800fb882a88f6229cbbab3c9af01a1e4a01ed00de5d887f8616942f77322c1bdc3b626b9165ba0')

eval "$(
  declare -f prepare | \
    sed '
      /}/ i \
      patch -Np1 < ${srcdir}/ctags-seccomp32.patch
    '
)"