summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2021-02-08 15:02:14 -0500
committernick black2021-02-08 15:02:14 -0500
commit9bb3529af0ca2a04966b7be881ed1af5f7622245 (patch)
tree89253687bd31719c3ef568da41060b8ab3295d55
parent81027fb36c5bbf6c0df735b8da5f8713c41e0bd5 (diff)
downloadaur-9bb3529af0ca2a04966b7be881ed1af5f7622245.tar.gz
update to 2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2dc70187f16..24758cd43d28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notcurses
pkgdesc = Blingful TUI/character graphics library
- pkgver = 2.1.8
+ pkgver = 2.2.0
pkgrel = 1
url = https://nick-black.com/dankwiki/index.php/Notcurses
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = notcurses
depends = ncurses
depends = ffmpeg
depends = libunistring
- source = https://github.com/dankamongmen/notcurses/archive/v2.1.8.tar.gz
- sha256sums = 35a8da40e4eaabbe9aba9ca8d29c30126e47c0d8dbc477532018f72aced07380
+ source = https://github.com/dankamongmen/notcurses/archive/v2.2.0.tar.gz
+ sha256sums = 5002106938ce9f371790162f2d8acc7d43d76b3a565eb1c3e7f1c205c3d1b664
pkgname = notcurses
diff --git a/PKGBUILD b/PKGBUILD
index 10981d86e227..04d18d05ae25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=notcurses
-pkgver=2.1.8
+pkgver=2.2.0
pkgrel=1
pkgdesc="Blingful TUI/character graphics library"
url="https://nick-black.com/dankwiki/index.php/Notcurses"
@@ -37,4 +37,4 @@ package() {
env CFLAGS="-I$pkgdir/usr/include -L../build" python setup.py install --root="$pkgdir" --optimize=1
}
-sha256sums=('35a8da40e4eaabbe9aba9ca8d29c30126e47c0d8dbc477532018f72aced07380')
+sha256sums=('5002106938ce9f371790162f2d8acc7d43d76b3a565eb1c3e7f1c205c3d1b664')