summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGFdevelop2020-02-16 17:25:32 +0100
committerGFdevelop2020-02-16 17:25:32 +0100
commit320d0604cf2505a2830d8701272f72fe09ddc7e1 (patch)
treec608b8759d392e4ff8363701121bf3ab0576114f
parent5a68da55666563e5e649f4d995f242ea26c236d9 (diff)
downloadaur-320d0604cf2505a2830d8701272f72fe09ddc7e1.tar.gz
Fixed makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 647c2b574bc4..ba5eba639bba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = vdeplug_vlan-git
pkgdesc = 802.1q (vlan) support nested plugin for vdeplug4
pkgver = r3.37f5795
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rd235/vdeplug_vlan
arch = any
license = GPL2
+ makedepends = git
depends = vdeplug4-git
provides = vdeplug_vlan
conflicts = vdeplug_vlan
diff --git a/PKGBUILD b/PKGBUILD
index 30837b5987b1..ed5e48fb6b91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@ _pkgname="vdeplug_vlan"
pkgname="$_pkgname-git"
pkgver=r3.37f5795
-pkgrel=1
+pkgrel=2
pkgdesc="802.1q (vlan) support nested plugin for vdeplug4"
arch=('any')
url="https://github.com/rd235/$_pkgname"
license=('GPL2')
depends=('vdeplug4-git')
+makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+$url.git")