Skip to content
Snippets Groups Projects
Commit 970eae24 authored by Roberto Oliveira's avatar Roberto Oliveira
Browse files

testing/yodl: revert upgrade for now

Build is failing in builders with error:
tput: terminal attributes: No such device or address

I added ncurses to provide tput command but not sure yet
why is failing with this error (build worked fine in my env)
parent 63a19d10
No related branches found
No related tags found
No related merge requests found
# Contributor: Shiz <hi@shiz.me> # Contributor: Shiz <hi@shiz.me>
# Maintainer: Shiz <hi@shiz.me> # Maintainer: Shiz <hi@shiz.me>
pkgname=yodl pkgname=yodl
pkgver=4.02.00 pkgver=4.01.00
pkgrel=0 pkgrel=0
pkgdesc="Pre-document language and tools to process it" pkgdesc="Pre-document language and tools to process it"
url="https://fbb-git.github.io/yodl/" url="https://fbb-git.github.io/yodl/"
arch="all" arch="all"
license="GPL-2.0" license="GPL-2.0"
makedepends="icmake bash perl flex bison ncurses" makedepends="icmake bash perl flex bison"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="yodl-$pkgver.tar.gz::https://github.com/fbb-git/yodl/archive/$pkgver.tar.gz" source="yodl-$pkgver.tar.gz::https://github.com/fbb-git/yodl/archive/$pkgver.tar.gz"
builddir="$srcdir/yodl-$pkgver/yodl" builddir="$srcdir/yodl-$pkgver/yodl"
...@@ -37,4 +37,4 @@ package() { ...@@ -37,4 +37,4 @@ package() {
done done
} }
sha512sums="ca3a2490bf54a0ce4e800a62a3de9a5cf37df96f0f553de89623ef6d36f07b65b7c09168e77d267d7fb79d900a8e8a6c6d3c17c4b733345001213f5450c02b13 yodl-4.02.00.tar.gz" sha512sums="f195dec8e03b83561b47f9bd00fbb0fe711bbc254c32413d748587d8bf3848e050b90a2140977bec5a335021b2ef49ec5a6b0ca89f1649def495d81c3e7b437f yodl-4.01.00.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment