summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Phinikarides2017-05-18 11:40:47 +0200
committerAlexander Phinikarides2017-05-18 11:40:47 +0200
commitd5072b47f0185a6e092ceb3e71ad7ae73858baa6 (patch)
treebb730f651b1e93133c4c80bb9741c263946d1e07
parent4efaf3f4d0b030d5e5ae6be8aa0e5b755ec6bc7b (diff)
downloadaur-d5072b47f0185a6e092ceb3e71ad7ae73858baa6.tar.gz
update deps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cc710f00917..9d5695c8928f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
-# Generated by mksrcinfo v8
-# Thu Dec 24 08:07:28 UTC 2015
pkgbase = iouyap
pkgdesc = Bridge IOU to UDP, TAP and Ethernet. GNS3 tool.
pkgver = 0.97
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GNS3/iouyap
arch = i686
arch = x86_64
groups = gns3
license = GPL3
+ depends = bison,
+ depends = flex,
+ depends = iniparser
source = iouyap-0.97.tar.gz::https://github.com/GNS3/iouyap/archive/v0.97.tar.gz
md5sums = d874e11fd32c3348c1d5f92d60274f72
diff --git a/PKGBUILD b/PKGBUILD
index 507aaca4b538..db9c2f8f988d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: korjjj <korjjj+aur[at]gmail[dot]com>
+# Maintainer: Alexander Phinikarides, <alexisph _AT_ gmail _DOT_ com>
pkgname=iouyap
pkgver=0.97
-pkgrel=1
+pkgrel=2
pkgdesc='Bridge IOU to UDP, TAP and Ethernet. GNS3 tool.'
arch=('i686' 'x86_64')
url='https://github.com/GNS3/iouyap'
license=('GPL3')
groups=('gns3')
# makedepends=('iniparser')
-depends=()
+depends=('bison', 'flex', 'iniparser')
optdepends=()
md5sums=('d874e11fd32c3348c1d5f92d60274f72')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${pkgname}/archive/v${pkgver}.tar.gz")