summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2021-04-04 17:24:52 -0400
committernick black2021-04-04 17:24:52 -0400
commit4fa200100f4b6be832be2761666870058a879994 (patch)
tree1da72aa4d8e7952ce061919e42211aae7727ef92
parentf9f9f7e80c1e4974e8fbd8e1934e7a919c249993 (diff)
downloadaur-4fa200100f4b6be832be2761666870058a879994.tar.gz
new upstream 2.2.5, restore tests
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71b238d1d75d..430cbe490cc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notcurses
pkgdesc = Blingful TUI/character graphics library
- pkgver = 2.2.4
+ pkgver = 2.2.5
pkgrel = 1
url = https://nick-black.com/dankwiki/index.php/Notcurses
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = notcurses
depends = ncurses
depends = ffmpeg
depends = libunistring
- source = https://github.com/dankamongmen/notcurses/archive/v2.2.4.tar.gz
- sha256sums = f062b4a86ab61e800c8754cd36af557f41ac8a015e3fe3921dab1ed37c665394
+ source = https://github.com/dankamongmen/notcurses/archive/v2.2.5.tar.gz
+ sha256sums = dd2079b49a476ae449b85544231ed9c3afeecc21a47834fc5911ac811b5f3b71
pkgname = notcurses
diff --git a/PKGBUILD b/PKGBUILD
index ec46e4a7814c..d0b11458252f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=notcurses
-pkgver=2.2.4
+pkgver=2.2.5
pkgrel=1
pkgdesc="Blingful TUI/character graphics library"
url="https://nick-black.com/dankwiki/index.php/Notcurses"
@@ -25,11 +25,10 @@ build() {
ninja
}
-# FIXME disable for 2.2.4, ought be fixed by 2.2.5, bug filed upstream
-#check() {
-# cd "${pkgname}-${pkgver}/build"
-# ninja test
-#}
+check() {
+ cd "${pkgname}-${pkgver}/build"
+ ninja test
+}
package() {
cd "${pkgname}-${pkgver}/build"
@@ -38,4 +37,4 @@ package() {
env CFLAGS="-I$pkgdir/usr/include -L../build" python setup.py install --root="$pkgdir" --optimize=1
}
-sha256sums=('f062b4a86ab61e800c8754cd36af557f41ac8a015e3fe3921dab1ed37c665394')
+sha256sums=('dd2079b49a476ae449b85544231ed9c3afeecc21a47834fc5911ac811b5f3b71')