summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzer0def2020-04-08 18:15:30 +0200
committerzer0def2020-04-08 18:15:30 +0200
commit5ea6241ac52afdecf777520ae522c744559c8243 (patch)
treecd7a984d3e40f3c91e978da30658456d50692371
parentc497f93248042f738632af63987ea82be832b22e (diff)
downloadaur-5ea6241ac52afdecf777520ae522c744559c8243.tar.gz
Added git makedep.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5212de3b503e..6bd0b1e4c17a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = virtiofsd
pkgdesc = QEMU VirtioFSd
pkgver = 0.3
- pkgrel = 1
+ pkgrel = 2
url = https://virtio-fs.gitlab.io/
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = virtiofsd
license = LGPL2.1
makedepends = pixman>=0.21.8
makedepends = python2
+ makedepends = git
source = git+https://gitlab.com/virtio-fs/qemu.git#tag=virtio-fs-v0.3
source = 0001-add-time-to-seccomp.patch
source = 0002-libvhost-user-Fix-the-VHOST_USER_PROTOCOL_F_SLAVE_SE.patch
diff --git a/PKGBUILD b/PKGBUILD
index 840e66d6774d..0acd3031ac93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@
pkgname=virtiofsd
pkgdesc="QEMU VirtioFSd"
pkgver=0.3
-pkgrel=1
+pkgrel=2
arch=(i686 x86_64)
license=(GPL2 LGPL2.1)
url="https://virtio-fs.gitlab.io/"
-makedepends=('pixman>=0.21.8' 'python2')
+makedepends=('pixman>=0.21.8' 'python2' 'git')
source=(
"git+https://gitlab.com/virtio-fs/qemu.git#tag=virtio-fs-v${pkgver}"
0001-add-time-to-seccomp.patch