summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2020-12-27 19:30:35 -0500
committernick black2020-12-27 19:30:35 -0500
commitc6584116bbfbf9c6d6d0e0310c54105573c4a30c (patch)
treec51b464377013cacf5f883c5edf41bbca8ffc728
parent7d67fa15c6069dd0e807c27b5226d8b0fb277e10 (diff)
downloadaur-c6584116bbfbf9c6d6d0e0310c54105573c4a30c.tar.gz
new upstream 2.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a05af7a28fb4..4bdb3ce53664 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notcurses
pkgdesc = Blingful TUI/character graphics library
- pkgver = 2.1.1
+ pkgver = 2.1.2
pkgrel = 1
url = https://nick-black.com/dankwiki/index.php/Notcurses
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = notcurses
depends = ncurses
depends = ffmpeg
depends = libunistring
- source = https://github.com/dankamongmen/notcurses/archive/v2.1.1.tar.gz
- sha256sums = 1b7d1b7df9b916c203ab5f9899502436efc63bcf1dbfca06cd184cd2f118ce63
+ source = https://github.com/dankamongmen/notcurses/archive/v2.1.2.tar.gz
+ sha256sums = 1e5ff83e9cd9f295914a96449b8345e55f43eeb3667ac68b8167c6e4590a2844
pkgname = notcurses
diff --git a/PKGBUILD b/PKGBUILD
index d61a5c7f330c..5c862da1a7af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
pkgname=notcurses
-pkgver=2.1.1
+pkgver=2.1.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=('1b7d1b7df9b916c203ab5f9899502436efc63bcf1dbfca06cd184cd2f118ce63')
+sha256sums=('1e5ff83e9cd9f295914a96449b8345e55f43eeb3667ac68b8167c6e4590a2844')