summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGFdevelop2018-10-12 14:54:04 +0200
committerGFdevelop2018-10-12 14:54:04 +0200
commit1fafe32addd48a20aa03d7eb838f22b8f2f3d049 (patch)
tree5806972f77a4c67962c27d9a8676af280074dc46 /PKGBUILD
parent67af7c41bb8ff8c9cecc040212ff35f32dead32f (diff)
downloadaur-1fafe32addd48a20aa03d7eb838f22b8f2f3d049.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db5b400f37df..3b953f81897b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,11 @@ arch=(any)
url="https://github.com/rd235/$_pkgname"
license=('GPL2')
groups=("view-os")
+makedepends=('s2argv-execs')
depends=('s2argv-execs')
+replace=("$_pkgname")
provides=("$_pkgname")
-conflicts=('vde2')
+conflicts=("$_pkgname" 'vde2')
source=("git+$url.git")
md5sums=('SKIP')