summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMattia Moffa2023-10-17 23:46:43 +0200
committerMattia Moffa2023-10-17 23:46:43 +0200
commitbb6273f5a741af8c47795eff8518fe419c3be30c (patch)
treeaf64a0b4274f86e59ecd097efd4ec483cfd505b2 /PKGBUILD
parent6e6a6d0a6b35dc033d0350461a0b3e0ff5c04225 (diff)
downloadaur-bb6273f5a741af8c47795eff8518fe419c3be30c.tar.gz
Fix provides, conflicts and makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05e05c9969e4..5749f645ba2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgrel=1
pkgdesc="An alternative implementation of vde's wirefilter based on a different organization of components"
arch=('x86_64')
url="https://github.com/virtualsquare/vde-netemu"
-license=('unknown')
+license=('GPL2')
depends=('vde2')
-makedepends=('git' 'make')
-provides=("${pkgname%-VCS}")
-conflicts=("${pkgname%-VCS}")
+makedepends=('git')
+provides=("vde-netemu")
+conflicts=("vde-netemu")
source=('vde-netemu::git+https://github.com/virtualsquare/vde-netemu.git')
md5sums=('SKIP')