diff options
author | Mathieu Jobin | 2017-06-06 06:13:38 -0400 |
---|---|---|
committer | Mathieu Jobin | 2017-06-06 06:13:38 -0400 |
commit | 3ef3a82fee1e359508eb0d926269ca85bf0e5cfa (patch) | |
tree | f20f06e1123fc4e0c963a5298ec1ae4028e6d0e0 | |
parent | 1851a25088a4dd5b95f08ad01d090c892735b050 (diff) | |
download | aur-3ef3a82fee1e359508eb0d926269ca85bf0e5cfa.tar.gz |
use fork that compiles for openssl 1.1
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Maintainer: somekool <somekool _ at _ gmail _ dot _com> pkgname=netvirt-agent-git -pkgver=0.6.r20.g3798298 -pkgrel=3798298 +pkgver=0.6.r172.gaacd0fc +pkgrel=1 pkgdesc="NetVirt is an open source network virtualization platform (NVP)." arch=('i686' 'x86_64') url="http://netvirt.org" @@ -10,7 +10,7 @@ license=('GPLv3') depends=() optdepends=() makedepends=('git' 'scons' 'cmake' 'libcap') # 'libqt4-dev' 'libssl-dev') -source=("${pkgname}::git+https://github.com/netvirt/netvirt.git") +source=("${pkgname}::git+https://github.com/mathieujobin/netvirt.git") md5sums=('SKIP') pkgrel() { |