summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Schlatow2022-03-03 19:40:36 +0100
committerJohannes Schlatow2022-03-03 19:41:01 +0100
commit15b358c591615eb0d60f6c3613abd62883aeeaf0 (patch)
treefbb81bd9ff4c30f1ca8505995d2c1608688fee38 /PKGBUILD
parenta3b776213c80da80a911b535ec03741d9a3dcd54 (diff)
downloadaur-15b358c591615eb0d60f6c3613abd62883aeeaf0.tar.gz
update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42aa9811d798..628c89451066 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=genode-toolchain-bin
pkgver=21.05
-pkgrel=1
+pkgrel=2
pkgdesc="GCC-based toolchain for the genode framework"
arch=('x86_64')
url="http://genode.org"
-license=('GPL2')
-depends=('ncurses' 'ncurses5-compat-libs')
+license=('GPL3')
+depends=('make' 'ncurses' 'ncurses5-compat-libs' 'tcl' 'expect')
makedepends=('tar')
+optdepends=('byacc' 'autoconf' 'bison' 'flex' 'git' 'gperf' 'subversion' 'qemu' 'libxml2' 'libisoburn' 'e2tools' 'libisoburn' 'autogen')
provides=('genode-toolchain')
options=('!strip' 'staticlibs')