summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyechou2021-02-05 14:40:27 -0600
committerkyechou2021-02-05 14:40:27 -0600
commit9d7f27108749921dc055bf43bebdac79e5958df5 (patch)
tree0cf310d4a6daf83df7338e6b832f9922844a9323
parent2787fac09af9bfc431887988104a55e5eb55fd85 (diff)
downloadaur-9d7f27108749921dc055bf43bebdac79e5958df5.tar.gz
Remove unnecessary makedepends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e60d7d14d4f..b77d1f694bdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,12 @@
pkgbase = mininet-git
pkgdesc = Emulator for rapid prototyping of Software Defined Networks
pkgver = 2.3.0b2.r4.gf0c726a
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/mininet/mininet
install = mininet.install
arch = x86_64
license = custom
makedepends = git
- makedepends = gcc
- makedepends = make
- makedepends = autoconf
- makedepends = automake
- makedepends = libtool
makedepends = help2man
makedepends = python-setuptools
depends = python
@@ -30,7 +25,6 @@ pkgbase = mininet-git
optdepends = tk: required for MiniEdit
provides = mininet
conflicts = mininet
- replaces = mininet
source = mininet-git::git+https://github.com/mininet/mininet
source = git+https://github.com/mininet/openflow
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 167d5f71b72d..28e6c0a01d4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mininet-git
pkgver=2.3.0b2.r4.gf0c726a
-pkgrel=2
+pkgrel=3
pkgdesc='Emulator for rapid prototyping of Software Defined Networks'
depends=('python' 'iproute2' 'net-tools' 'iputils' 'inetutils' 'iperf' 'ethtool'
'libcgroup' 'openvswitch' 'psmisc')
@@ -10,14 +10,12 @@ optdepends=('xorg-xhost: for X11 forwarding'
'socat: for X11 forwarding'
'xterm: required for MiniEdit'
'tk: required for MiniEdit')
-makedepends=('git' 'gcc' 'make' 'autoconf' 'automake' 'libtool' 'help2man'
- 'python-setuptools')
+makedepends=('git' 'help2man' 'python-setuptools')
arch=('x86_64')
url='https://github.com/mininet/mininet'
license=('custom')
provides=('mininet')
conflicts=('mininet')
-replaces=('mininet')
install=mininet.install
source=("$pkgname"::'git+https://github.com/mininet/mininet'
'git+https://github.com/mininet/openflow') # for UserSwitch