Date: Wednesday, August 14, 2019 @ 16:11:34 Author: dvzrv Revision: 359829
upgpkg: libgit2 1:0.28.3-1 Upgrading to 0.28.3. Including all needed shared library dependencies, to not only rely on indirect dependency resolution. Modified: libgit2/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-14 10:13:07 UTC (rev 359828) +++ PKGBUILD 2019-08-14 16:11:34 UTC (rev 359829) @@ -4,19 +4,19 @@ # Contributor: Dave Reisner <[email protected]> pkgname=libgit2 -pkgver=0.28.2 -pkgrel=2 +pkgver=0.28.3 +pkgrel=1 epoch=1 pkgdesc='A linkable library for Git' arch=('x86_64') url="https://libgit2.github.com/" -depends=('http-parser' 'libssh2') +depends=('glibc' 'http-parser' 'libssh2' 'openssl' 'zlib') makedepends=('cmake' 'python') provides=('libgit2.so') license=('GPL2') source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz" "${pkgname}-0.28.2-online-tests.patch::https://github.com/libgit2/libgit2/pull/5094.patch") -sha256sums=('42b5f1e9b9159d66d86fff0394215c5733b6ef8f9b9d054cdd8c73ad47177fc3' +sha256sums=('ee5344730fe11ce7c86646e19c2d257757be293f5a567548d398fb3af8b8e53b' '0d1d5ceaae10a9dc17894b8f13e957b463e5f5ccde13dc57f19dbc80f5d89de8') prepare() {
