aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Blomstrand2018-10-17 19:29:16 +0200
committerMikael Blomstrand2018-10-17 19:29:16 +0200
commit45e39358edbc5264d1dfa61a532c609e838ad747 (patch)
treed9e39bf4d6b0013d75733cee0942a01254364ea0
parentde577c45142ecdf4c08ccd921d273a1917183ac8 (diff)
downloadaur-45e39358edbc5264d1dfa61a532c609e838ad747.tar.gz
desc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c4e629fb049..7c1e1c78912e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = ncurses-nohex
- pkgdesc = System V Release 4.0 curses emulation library
+ pkgdesc = System V Release 4.0 curses emulation library. Patch disables hexadecimal in infocmp.
pkgver = 6.1
pkgrel = 2
url = http://invisible-island.net/ncurses/ncurses.html
diff --git a/PKGBUILD b/PKGBUILD
index 37a45f0bbb9f..d18ec3f27ba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=ncurses-nohex
conflicts=(ncurses)
pkgver=6.1
pkgrel=2
-pkgdesc='System V Release 4.0 curses emulation library'
+pkgdesc="System V Release 4.0 curses emulation library. Patch disables hexadecimal in infocmp."
arch=(x86_64)
url='http://invisible-island.net/ncurses/ncurses.html'
license=(MIT)