[arch-commits] Commit in notcurses/trunk (PKGBUILD)

Santiago Torres-Arias sangy at gemini.archlinux.org
Wed Dec 8 16:27:41 UTC 2021


    Date: Wednesday, December 8, 2021 @ 16:27:40
  Author: sangy
Revision: 1065660

upgpkg: notcurses 3.0.0-1

+ makedepends libdeflate
+ depends gpm

Modified:
  notcurses/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-08 16:18:52 UTC (rev 1065659)
+++ PKGBUILD	2021-12-08 16:27:40 UTC (rev 1065660)
@@ -2,8 +2,8 @@
 # Maintainer: Nick Black <dankamongmen at gmail.com>
 
 pkgname=notcurses
-pkgver=2.4.9
-pkgrel=3
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="Blingful TUI/character graphics library"
 url="https://nick-black.com/dankwiki/index.php/Notcurses"
 license=('Apache')
@@ -11,11 +11,11 @@
 # qrcodegen is currently shipped as a static archive on Arch, rather than a
 # dynamic library. Should the .so be shipped in the future, promote qrcodegen
 # from a makedepends to a true depends, and use that dynamic library.
-depends=('ncurses' 'ffmpeg' 'libunistring')
-makedepends=('cmake' 'pandoc' 'python-pip' 'python-pypandoc' 'python-cffi' 'python-setuptools' 'readline' 'ninja' 'zlib' 'gpm')
+depends=('ncurses' 'ffmpeg' 'libunistring' 'gpm')
+makedepends=('libdeflate' 'cmake' 'pandoc' 'python-pip' 'python-pypandoc' 'python-cffi' 'python-setuptools' 'readline' 'ninja' 'zlib' 'gpm')
 checkdepends=('doctest')
 source=("https://github.com/dankamongmen/notcurses/archive/v${pkgver}.tar.gz")
-sha256sums=('a2771ad1633e0158f8273fa8b30b5bce0f12e1205e863045f4ae186b6b52f537')
+sha256sums=('b4839108ca8f9aef31d2f537485cbd878356bbcd4ad4f7a4dd19e72201d01cee')
 
 prepare() {
   mkdir -p "${pkgname}-${pkgver}/build"



More information about the arch-commits mailing list