summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Moffa2023-10-17 23:46:43 +0200
committerMattia Moffa2023-10-17 23:46:43 +0200
commitbb6273f5a741af8c47795eff8518fe419c3be30c (patch)
treeaf64a0b4274f86e59ecd097efd4ec483cfd505b2
parent6e6a6d0a6b35dc033d0350461a0b3e0ff5c04225 (diff)
downloadaur-bb6273f5a741af8c47795eff8518fe419c3be30c.tar.gz
Fix provides, conflicts and makedepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b51ff0b42dad..21b6577c019b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,12 +4,11 @@ pkgbase = vde-netemu-git
pkgrel = 1
url = https://github.com/virtualsquare/vde-netemu
arch = x86_64
- license = unknown
+ license = GPL2
makedepends = git
- makedepends = make
depends = vde2
- provides = vde-netemu-git
- conflicts = vde-netemu-git
+ provides = vde-netemu
+ conflicts = vde-netemu
source = vde-netemu::git+https://github.com/virtualsquare/vde-netemu.git
md5sums = SKIP
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')