summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGFdevelop2018-10-12 19:39:52 +0200
committerGFdevelop2018-10-12 19:39:52 +0200
commit624fb5a16e2a06456694893a99312ff70d72ffcb (patch)
tree0f0afe9a1dc94410cda5d22ff6f648f39630fec8
parent66d083a8cc0566ca86db342666bd55679dc95937 (diff)
downloadaur-624fb5a16e2a06456694893a99312ff70d72ffcb.tar.gz
fix replace vde2
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3132e28c1ff2..eb670ec32729 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = vdeplug4-git
makedepends = s2argv-execs
depends = s2argv-execs
provides = vdeplug4
+ provides = vde2
conflicts = vdeplug4
conflicts = vde2
source = git+https://github.com/rd235/vdeplug4.git
diff --git a/PKGBUILD b/PKGBUILD
index c33f545ba597..25ffcaca69ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ license=('GPL2')
groups=("view-os")
makedepends=('s2argv-execs')
depends=('s2argv-execs')
-replace=( 'vde2')
-provides=("$_pkgname")
+replace=('vde2')
+provides=("$_pkgname" 'vde2')
conflicts=("$_pkgname" 'vde2')
source=("git+$url.git")
md5sums=('SKIP')