diff options
author | Holger Jaekel <holger.jaekel@gmx.de> | 2022-01-16 23:21:13 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2022-01-17 18:32:57 +0000 |
commit | 19b915bcbab5b88628c0879afe17325b0197c54f (patch) | |
tree | f4eb526efa0510081583114d06311f143132fb13 | |
parent | 559378bbe082308aca03f42f8e6f92eb9b024bcb (diff) |
community/notcurses: rebuild against libdeflate 1.9
-rw-r--r-- | community/notcurses/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/notcurses/APKBUILD b/community/notcurses/APKBUILD index ace32e51213..583e792d84c 100644 --- a/community/notcurses/APKBUILD +++ b/community/notcurses/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Nick Black <dankamongmen@gmail.com> pkgname=notcurses pkgver=3.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="blingful character graphics and TUI library" url="https://nick-black.com/dankwiki/index.php/Notcurses" arch="all" |