summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2021-07-21 09:55:05 -0400
committernick black2021-07-21 09:55:05 -0400
commitd6836092e059eeb4889798668bb9c76a63c3173f (patch)
tree6825cc3c673923f6c592148b69785e7edd09316c
parent97007ed163ce8e30a23d9e71dcba45217dd5442a (diff)
downloadaur-d6836092e059eeb4889798668bb9c76a63c3173f.tar.gz
add dep on zlib
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2a6de079ce7..149101b99ff5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = notcurses
pkgdesc = Blingful TUI/character graphics library
pkgver = 2.3.11
- pkgrel = 1
+ pkgrel = 2
url = https://nick-black.com/dankwiki/index.php/Notcurses
arch = x86_64
license = Apache
@@ -15,6 +15,7 @@ pkgbase = notcurses
makedepends = qrcodegen
makedepends = readline
makedepends = ninja
+ makedepends = zlib
depends = ncurses
depends = ffmpeg
depends = libunistring
diff --git a/PKGBUILD b/PKGBUILD
index 3ad9bd37b41d..26c6778f6aae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=notcurses
pkgver=2.3.11
-pkgrel=1
+pkgrel=2
pkgdesc="Blingful TUI/character graphics library"
url="https://nick-black.com/dankwiki/index.php/Notcurses"
license=('Apache')
@@ -11,7 +11,7 @@ arch=('x86_64')
# 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' 'doctest' 'qrcodegen' 'readline' 'ninja')
+makedepends=('cmake' 'pandoc' 'python-pip' 'python-pypandoc' 'python-cffi' 'python-setuptools' 'doctest' 'qrcodegen' 'readline' 'ninja' 'zlib')
source=("https://github.com/dankamongmen/notcurses/archive/v${pkgver}.tar.gz")
prepare() {