summaryrefslogtreecommitdiff
path: root/extra/aspell/PKGBUILD
blob: 76302bd68a4fe46573c92141b1443230f7cad422 (plain)
1
2
3
4
5
6
7
8
9
# see https://github.com/GNUAspell/aspell/issues/519
source+=('8089fa02122fed0a6394eba14bbedcb1d18e2384.patch')
md5sums+=('5f81982bf5ba10d8f23e8086dfcca867')
sha1sums+=('df5364a8472154452f4e1fe9db0891df457949e0')

prepare() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  patch -p1 -i "${srcdir}/8089fa02122fed0a6394eba14bbedcb1d18e2384.patch"
}