diff options
author | Arne Beer | 2018-02-22 12:38:29 +0100 |
---|---|---|
committer | Arne Beer | 2018-02-22 12:38:29 +0100 |
commit | 6db2e6d4ca7c1e0362531cfbd1acf3c6a1cf4438 (patch) | |
tree | 9c3e9cc72b35976a00cb84a31c6778f661a225e4 | |
parent | b4e2e8d48bc792c6826465008d109f9e926c8fd0 (diff) | |
download | aur-6db2e6d4ca7c1e0362531cfbd1acf3c6a1cf4438.tar.gz |
Version bump, fix dependencies
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,8 @@ +# Generated by mksrcinfo v8 +# Thu Feb 22 11:38:12 UTC 2018 pkgbase = libgit2-git pkgdesc = A linkable library for Git - pkgver = 0.26.0.r379.gf1323d9c1 + pkgver = 0.27.0.rc1.r0.g809b0ca6b pkgrel = 1 epoch = 2 url = https://libgit2.github.com/ @@ -10,10 +12,8 @@ pkgbase = libgit2-git makedepends = cmake makedepends = python makedepends = git - depends = zlib - depends = openssl - depends = libssh2 depends = curl + depends = http-parser provides = libgit2 conflicts = libgit2 source = git+https://github.com/libgit2/libgit2.git @@ -4,14 +4,14 @@ _gitname=libgit2 pkgname=libgit2-git -pkgver=0.26.0.r379.gf1323d9c1 +pkgver=0.27.0.rc1.r0.g809b0ca6b epoch=2 pkgrel=1 pkgdesc='A linkable library for Git' arch=('i686' 'x86_64') url="https://libgit2.github.com/" license=('GPL2') -depends=(zlib openssl libssh2 curl) +depends=('curl' 'http-parser') makedepends=(cmake python git) provides=('libgit2') conflicts=('libgit2') |