summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2021-02-18 13:57:46 -0500
committernick black2021-02-18 13:57:46 -0500
commit2a157c60e0f07a0f9963db0223a27cd4c0ad6009 (patch)
treec349b1898947bf416ddf979069e912410975d571
parent6edc7f881003e5104c18f03efa86a93af93c73fe (diff)
downloadaur-2a157c60e0f07a0f9963db0223a27cd4c0ad6009.tar.gz
new upstream 2.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddcce6b7caaa..dfd472d4a4e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notcurses
pkgdesc = Blingful TUI/character graphics library
- pkgver = 2.2.1
+ pkgver = 2.2.2
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.2.1.tar.gz
- sha256sums = e32fcf7344d2ff8afa81ea5c6a065eb476ff27e2b9edf0eeea714b028d2faebd
+ source = https://github.com/dankamongmen/notcurses/archive/v2.2.2.tar.gz
+ sha256sums = f6e31e2662aad880373e45f23f4056c5fd254627b57084d71da2430df20f0488
pkgname = notcurses
diff --git a/PKGBUILD b/PKGBUILD
index 071389ac376d..6ff7e1c1f953 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=notcurses
-pkgver=2.2.1
+pkgver=2.2.2
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=('e32fcf7344d2ff8afa81ea5c6a065eb476ff27e2b9edf0eeea714b028d2faebd')
+sha256sums=('f6e31e2662aad880373e45f23f4056c5fd254627b57084d71da2430df20f0488')