summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5749f645ba2d..0a789adb5908 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ url="https://github.com/virtualsquare/vde-netemu"
license=('GPL2')
depends=('vde2')
makedepends=('git')
-provides=("vde-netemu")
-conflicts=("vde-netemu")
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
source=('vde-netemu::git+https://github.com/virtualsquare/vde-netemu.git')
md5sums=('SKIP')