Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
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, 0 insertions, 9 deletions
diff --git a/extra/libgit2/PKGBUILD b/extra/libgit2/PKGBUILD
deleted file mode 100644
index e0b17681..00000000
--- a/extra/libgit2/PKGBUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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"
-}