summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2023-02-06 18:12:09 +0100
committerjakob2023-02-06 18:12:09 +0100
commit03d761225dbd6d0eed8cea12954929ce19741178 (patch)
tree1f37827cb255850009823b81afa7931cec34eeb5
parent92d7c5faafcfdf8feeedc7012947ecab5abd54b2 (diff)
downloadaur-03d761225dbd6d0eed8cea12954929ce19741178.tar.gz
1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD15
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 523306333477..0824bf6ffe06 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 = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/libgit2/libgit2
arch = any
@@ -14,9 +14,9 @@ pkgbase = mingw-w64-libgit2
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/libgit2/libgit2/archive/v1.5.0.tar.gz
+ source = https://github.com/libgit2/libgit2/archive/v1.5.1.tar.gz
source = 0001-fix-uppercase-windows-h-include.patch
- sha256sums = 8de872a0f201b33d9522b817c92e14edb4efad18dae95cf156cf240b2efff93e
+ sha256sums = 7074f1e2697992b82402501182db254fe62d64877b12f6e4c64656516f4cde88
sha256sums = a7a87b9467ef4f0a4e2f68f75c4b3e30c6b681773c636192726e59500538cf7d
pkgname = mingw-w64-libgit2
diff --git a/PKGBUILD b/PKGBUILD
index 89a533216baf..ade217237b8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=mingw-w64-libgit2
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc="A portable, pure C implementation of the Git core methods (mingw-w64)"
arch=(any)
@@ -10,14 +10,11 @@ makedepends=(mingw-w64-cmake)
options=(staticlibs !buildflags !strip)
license=(GPL)
url="https://github.com/libgit2/libgit2"
-source=(
- "https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz"
- "0001-fix-uppercase-windows-h-include.patch"
-)
-sha256sums=(
- '8de872a0f201b33d9522b817c92e14edb4efad18dae95cf156cf240b2efff93e'
- 'a7a87b9467ef4f0a4e2f68f75c4b3e30c6b681773c636192726e59500538cf7d'
-)
+source=("https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz"
+ "0001-fix-uppercase-windows-h-include.patch")
+sha256sums=('7074f1e2697992b82402501182db254fe62d64877b12f6e4c64656516f4cde88'
+ 'a7a87b9467ef4f0a4e2f68f75c4b3e30c6b681773c636192726e59500538cf7d')
+
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"