blob: 052719d78d5396eaa1014cffe32fa1326a9ec487 (
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')
sha1sums+=('378a2c3eaef1957145aa58f51f75a07c634f77d7')
prepare() {
cd $pkgname-$pkgver
patch -Np1 -i "$srcdir/libgit2-ssp-offset64-stat-buf.patch"
}
|