summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryhfudev2019-01-02 20:56:47 +0000
committeryhfudev2019-01-02 20:56:47 +0000
commit3d74b331e1192a3827ecaf8e10973e2297c059ef (patch)
treef42e2ccefcfb8135d443b2e43197fc66970c1113
parentba66d9a8e586c7c7902b1c2336d4c8759190421e (diff)
downloadaur-3d74b331e1192a3827ecaf8e10973e2297c059ef.tar.gz
update to 3.29
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6cbbfec896b..458c9fab8913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ns3-hg
- pkgdesc = Full package for the ns3 -- a Discrete-event network simulator for Internet systems
- pkgver = r13737
+ pkgdesc = Full package of ns3 -- a Discrete-event network simulator for Internet systems
+ pkgver = r13896
pkgrel = 1
url = http://www.nsnam.org/
arch = i686
@@ -8,6 +8,7 @@ pkgbase = ns3-hg
arch = armv6
arch = armv6h
arch = arm7h
+ arch = aarch64
license = GPL
makedepends = mercurial
makedepends = bzr
@@ -48,7 +49,7 @@ pkgbase = ns3-hg
conflicts = ns-3
conflicts = ns3-full
conflicts = ns3-hg
- source = https://www.nsnam.org/release/ns-allinone-3.28.tar.bz2
+ source = https://www.nsnam.org/release/ns-allinone-3.29.tar.bz2
source = ns3-hg::hg+http://code.nsnam.org/ns-3-allinone
source = ns3-openflow-hg::hg+http://code.nsnam.org/openflow
source = ns3-click-git::git+https://github.com/kohler/click
diff --git a/PKGBUILD b/PKGBUILD
index bc7e2ed7832e..6d60b2ce3fb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Yunhui Fu <yhfudev@gmail.com>
USE_DEV=1
-VER_RELEASE=3.28
+VER_RELEASE=3.29
pkgname=ns3-hg
-pkgver=r13737
+pkgver=r13896
pkgrel=1
if [ "${USE_DEV}" = "0" ]; then
pkgname=ns3
-pkgver=${VER_RELEASE}
+pkgver=r13896
fi
-pkgdesc='Full package for the ns3 -- a Discrete-event network simulator for Internet systems'
-arch=( 'i686' 'x86_64' 'armv6' 'armv6h' 'arm7h' )
+pkgdesc='Full package of ns3 -- a Discrete-event network simulator for Internet systems'
+arch=( 'i686' 'x86_64' 'armv6' 'armv6h' 'arm7h' 'aarch64' )
url='http://www.nsnam.org/'
license=('GPL')
depends=(