summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Phinikarides2017-05-18 11:40:47 +0200
committerAlexander Phinikarides2017-05-18 11:40:47 +0200
commitd5072b47f0185a6e092ceb3e71ad7ae73858baa6 (patch)
treebb730f651b1e93133c4c80bb9741c263946d1e07 /PKGBUILD
parent4efaf3f4d0b030d5e5ae6be8aa0e5b755ec6bc7b (diff)
downloadaur-d5072b47f0185a6e092ceb3e71ad7ae73858baa6.tar.gz
update deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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")