summaryrefslogtreecommitdiff
path: root/extra/libgit2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libgit2/PKGBUILD')
-rw-r--r--extra/libgit2/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/libgit2/PKGBUILD b/extra/libgit2/PKGBUILD
new file mode 100644
index 00000000..052719d7
--- /dev/null
+++ b/extra/libgit2/PKGBUILD
@@ -0,0 +1,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"
+}