summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kojevnikov2015-12-24 17:59:23 +1000
committerAndrey Kojevnikov2015-12-24 17:59:23 +1000
commit690045a66f49f6cdc7889d2c28941d3ac113e670 (patch)
tree10617599a2113b5efa90564927c7257d7f25749a
parenta2edb0d7ff6d0a2cfdf5a9953b77e4c94c661173 (diff)
downloadaur-690045a66f49f6cdc7889d2c28941d3ac113e670.tar.gz
1.3.13
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d7b511a8de7..8cf4693a1e3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-server
-pkgver=1.3.10
+pkgver=1.3.13
pkgrel=1
pkgdesc='GNS3 network simulator. Server package.'
arch=('any')
@@ -10,6 +10,7 @@ license=('GPL3')
groups=('gns3')
makedepends=('python-setuptools')
depends=('python-jsonschema' 'python-aiohttp' 'python-jinja' 'python-raven')
+# ? 'python-netifaces' 'gns3-netifaces'
optdepends=('dynamips: Cisco router emulator.'
'vboxwrapper: VirtualBox wrapper for GNS3.'
'iouyap: Bridge IOU to UDP, TAP and Ethernet.'
@@ -20,7 +21,7 @@ optdepends=('dynamips: Cisco router emulator.'
install="${pkgname}.install"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${pkgname}/archive/v${pkgver}.tar.gz"
"${pkgname}@.service")
-md5sums=('e81bc8a1876b3da69e00b7ca95d6f358'
+md5sums=('346a5df24ad67a9096115e9c42eee270'
'f602390385890dab14f68e5e0a8cac2d')
package() {