summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorkyechou2023-11-20 21:36:39 -0600
committerkyechou2023-11-20 21:37:10 -0600
commit079439148db0bd5fb62237808661b5f99eec3f7f (patch)
treecc427b17bf43c0dbdce07bc8066703e829717a5a /.SRCINFO
parentc9e6f978fad20fe2dd45c704f1ab74118aaa4db1 (diff)
downloadaur-mininet.tar.gz
Fix the strlcpy compile issue
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO7
1 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af88ebef950e..b8fd8533f180 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mininet
pkgdesc = Emulator for rapid prototyping of Software Defined Networks
pkgver = 2.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mininet/mininet
install = mininet.install
arch = x86_64
@@ -23,10 +23,11 @@ pkgbase = mininet
optdepends = socat: for X11 forwarding
optdepends = xterm: required for MiniEdit
optdepends = tk: required for MiniEdit
- source = https://github.com/mininet/mininet/archive/2.3.0.tar.gz
+ source = https://github.com/mininet/mininet/archive/refs/tags/2.3.0.tar.gz
source = git+https://github.com/mininet/openflow
+ source = fix-openflow-strlcpy.patch
sha256sums = 1b16ee53ddb9a34a3751a77517643bda2286fc31be123209e84884d0697107b0
sha256sums = SKIP
+ sha256sums = 0a85f8a5ce2dd900d4f874849b28301aa47d7b9d7b03ed405c973d917d98383a
pkgname = mininet
-