summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMattia Moffa2023-10-17 23:48:57 +0200
committerMattia Moffa2023-10-17 23:48:57 +0200
commit3621bb446d4c026b1a51e70acefe427cc77c2296 (patch)
treeec7c48a9128f8f58d14061c233e33d445a055fda /PKGBUILD
parentbb6273f5a741af8c47795eff8518fe419c3be30c (diff)
downloadaur-vde-netemu-git.tar.gz
Generalize provides and conflicts
Diffstat (limited to 'PKGBUILD')
-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')