summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schlatow2022-03-03 19:40:36 +0100
committerJohannes Schlatow2022-03-03 19:41:01 +0100
commit15b358c591615eb0d60f6c3613abd62883aeeaf0 (patch)
treefbb81bd9ff4c30f1ca8505995d2c1608688fee38
parenta3b776213c80da80a911b535ec03741d9a3dcd54 (diff)
downloadaur-15b358c591615eb0d60f6c3613abd62883aeeaf0.tar.gz
update dependencies
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD7
2 files changed, 22 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bee0c4facc2..c9ffe7f81555 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,29 @@
pkgbase = genode-toolchain-bin
pkgdesc = GCC-based toolchain for the genode framework
pkgver = 21.05
- pkgrel = 1
+ pkgrel = 2
url = http://genode.org
arch = x86_64
- license = GPL2
+ license = GPL3
makedepends = tar
+ depends = make
depends = ncurses
depends = ncurses5-compat-libs
+ depends = tcl
+ depends = expect
+ optdepends = byacc
+ optdepends = autoconf
+ optdepends = bison
+ optdepends = flex
+ optdepends = git
+ optdepends = gperf
+ optdepends = subversion
+ optdepends = qemu
+ optdepends = libxml2
+ optdepends = libisoburn
+ optdepends = e2tools
+ optdepends = libisoburn
+ optdepends = autogen
provides = genode-toolchain
noextract = genode-toolchain-21.05-x86_64.tar.xz
options = !strip
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')