Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/libgit2/PKGBUILD
blob: e0b1768142dbdcd3c2a69d40284210fa31347e06 (plain)
1
2
3
4
5
6
7
8
9
# See: https://github.com/libgit2/libgit2/pull/4631

source+=('libgit2-ssp-offset64-stat-buf.patch')
sha256sums+=('4eceeb944c7ea2dd2f879a279d5eb0f80ae32675410a6601bcc07ccd0189e8cf')

prepare() {
  cd $pkgname-$pkgver
  patch -Np1 -i "$srcdir/libgit2-ssp-offset64-stat-buf.patch"
}