summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')