summaryrefslogtreecommitdiff
path: root/community/rofi/PKGBUILD
blob: bd52eb16a0c3fa9c56ea6909aa60d4b31917670a (plain)
1
2
3
4
5
6
7
8
9
10
source+=('rofi-1.4.2-theme-parser-test.patch')
sha256sums+=('9761d862c3a55608124f5f1363bfe31f02db169460ac28090c5d7474a754205c')

eval "$(
  declare -f prepare | \
    sed '
      /done/ a \
        patch -Np1 -i "$srcdir/rofi-1.4.2-theme-parser-test.patch"
    '
)"