aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2021-03-14 22:36:13 -0600
committerAriadne Conill <ariadne@dereferenced.org>2021-03-14 22:36:54 -0600
commitf7677dfcfc4927eb672b80b3407b4ddb76b25907 (patch)
treefbd9c57f88c2161ecc2f72f082002059408aeaba
parent21857de18a6be3e150b56150c953127ce6f49636 (diff)
community/notcurses: rebuild to rerun tests on x86_64
-rw-r--r--community/notcurses/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/notcurses/APKBUILD b/community/notcurses/APKBUILD
index 896d23afb3e..886dfffa54c 100644
--- a/community/notcurses/APKBUILD
+++ b/community/notcurses/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=notcurses
pkgver=2.2.3
-pkgrel=0
+pkgrel=1
pkgdesc="Blingful character graphics and TUI library"
url="https://nick-black.com/dankwiki/index.php/Notcurses"
arch="all"
@@ -11,7 +11,6 @@ makedepends="cmake ncurses-dev linux-headers ffmpeg-dev doctest-dev libunistring
subpackages="$pkgname-static $pkgname-dbg $pkgname-dev $pkgname-doc
$pkgname-libs $pkgname-demo ncneofetch ncls $pkgname-view $pkgname-tetris"
source="$pkgname-$pkgver.tar.gz::https://github.com/dankamongmen/notcurses/archive/v$pkgver.tar.gz"
-[ "$CARCH" = "x86_64" ] && options="!check" # disable tests for now
build() {
if [ "$CBUILD" != "$CHOST" ]; then