summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2020-03-08 20:52:10 +0100
committerjakob2020-03-08 20:57:16 +0100
commit492536c18ff8e8e0abadfe42368e4a62a6989359 (patch)
tree7bd91b356d06f7cf2eaf0ddada56c600407d81ef
parent45f6a29d131f742ad3be82b17f413754da0af10b (diff)
downloadaur-492536c18ff8e8e0abadfe42368e4a62a6989359.tar.gz
0.99.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 7 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82cd8f4b94aa..fd45cf35e622 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libgit2
pkgdesc = A portable, pure C implementation of the Git core methods (mingw-w64)
- pkgver = 0.28.4
+ pkgver = 0.99.0
pkgrel = 1
url = https://github.com/libgit2/libgit2
arch = i686
@@ -18,10 +18,8 @@ pkgbase = mingw-w64-libgit2
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/libgit2/libgit2/archive/v0.28.4.tar.gz
- source = aclapi-include-case.patch
- sha256sums = 30f3877469d09f2e4a21be933b4e2800560d16646028dd800744dc5f7fb0c749
- sha256sums = e9dcef212732027605e8720e76c6f9fa731a528f131feaa86a137c56e906ea25
+ source = https://github.com/libgit2/libgit2/archive/v0.99.0.tar.gz
+ sha256sums = 174024310c1563097a6613a0d3f7539d11a9a86517cd67ce533849065de08a11
pkgname = mingw-w64-libgit2
diff --git a/PKGBUILD b/PKGBUILD
index 5e1ebf816bc5..3e4c927d1717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=mingw-w64-libgit2
-pkgver=0.28.4
+pkgver=0.99.0
pkgrel=1
pkgdesc="A portable, pure C implementation of the Git core methods (mingw-w64)"
arch=(i686 x86_64)
@@ -12,14 +12,9 @@ provides=(mingw-w64-libgit2)
options=(staticlibs !buildflags !strip)
license=(GPL)
url="https://github.com/libgit2/libgit2"
-source=(
- "https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz"
- aclapi-include-case.patch
-)
-sha256sums=(
- '30f3877469d09f2e4a21be933b4e2800560d16646028dd800744dc5f7fb0c749'
- 'e9dcef212732027605e8720e76c6f9fa731a528f131feaa86a137c56e906ea25'
-)
+source=("https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz")
+sha256sums=('174024310c1563097a6613a0d3f7539d11a9a86517cd67ce533849065de08a11')
+
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() {