* update libgit2 to 1:1.8.4-1
This commit is contained in:
parent
5ca6368c3a
commit
dda9ef82bd
@ -1,6 +1,6 @@
|
|||||||
pkgbase = libgit2
|
pkgbase = libgit2
|
||||||
pkgdesc = A linkable library for Git
|
pkgdesc = A linkable library for Git
|
||||||
pkgver = 1.8.2
|
pkgver = 1.8.4
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = https://github.com/libgit2/libgit2
|
url = https://github.com/libgit2/libgit2
|
||||||
@ -20,9 +20,9 @@ pkgbase = libgit2
|
|||||||
depends = http-parser
|
depends = http-parser
|
||||||
depends = zlib
|
depends = zlib
|
||||||
provides = libgit2.so
|
provides = libgit2.so
|
||||||
source = https://github.com/libgit2/libgit2/archive/v1.8.2/libgit2-v1.8.2.tar.gz
|
source = https://github.com/libgit2/libgit2/archive/v1.8.4/libgit2-v1.8.4.tar.gz
|
||||||
sha512sums = 568daa01b254acd07624143c1fd949b131f174a0595e4c6031b1eee38afd59ec3917ffc5ade3310d2a17f22bf5062bc6d03603cb952b25cdefd6c1cec9b8033c
|
sha512sums = f1409d97c8cf072ea24f3d923fdc9468d21f171f72005c13c5358f520fdccb5f3950d1c7c16cea48a8a08df6a57280da46fe60c9b6aa8a8aae2ab1363c41d246
|
||||||
b2sums = 5e6c68cd1b364b435130059ee12bcb889db5b00af00dc5e3b62e8b302cf3a81fa351568a5f094bc99041877a3272c98bd65999d6e81cc02ff1a31e0d07ea17ff
|
b2sums = 5a6fd422bba7f65b220b0c98bb851f79ec7d6173c3f34ebbdcfe12398e1a138af346da592bedfc52c99b39c8c28ef52d6e9244ec653b8b2f01732f2b1b4e35d2
|
||||||
|
|
||||||
pkgname = libgit2
|
pkgname = libgit2
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
pkgname=libgit2
|
pkgname=libgit2
|
||||||
# NOTE: add the following packages to rebuild TODOs on soname change (although they do not link against libgit2.so):
|
# NOTE: add the following packages to rebuild TODOs on soname change (although they do not link against libgit2.so):
|
||||||
# julia
|
# julia
|
||||||
pkgver=1.8.2
|
pkgver=1.8.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc="A linkable library for Git"
|
pkgdesc="A linkable library for Git"
|
||||||
@ -29,8 +29,8 @@ makedepends=(
|
|||||||
)
|
)
|
||||||
provides=(libgit2.so)
|
provides=(libgit2.so)
|
||||||
source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
|
source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
|
||||||
sha512sums=('568daa01b254acd07624143c1fd949b131f174a0595e4c6031b1eee38afd59ec3917ffc5ade3310d2a17f22bf5062bc6d03603cb952b25cdefd6c1cec9b8033c')
|
sha512sums=('f1409d97c8cf072ea24f3d923fdc9468d21f171f72005c13c5358f520fdccb5f3950d1c7c16cea48a8a08df6a57280da46fe60c9b6aa8a8aae2ab1363c41d246')
|
||||||
b2sums=('5e6c68cd1b364b435130059ee12bcb889db5b00af00dc5e3b62e8b302cf3a81fa351568a5f094bc99041877a3272c98bd65999d6e81cc02ff1a31e0d07ea17ff')
|
b2sums=('5a6fd422bba7f65b220b0c98bb851f79ec7d6173c3f34ebbdcfe12398e1a138af346da592bedfc52c99b39c8c28ef52d6e9244ec653b8b2f01732f2b1b4e35d2')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
local cmake_options=(
|
local cmake_options=(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user