aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Blomstrand2019-09-18 12:30:32 +0200
committerMikael Blomstrand2019-09-18 12:30:32 +0200
commit65ef25eae450647a8281c080cf48a29f5835ee5e (patch)
tree185e034694bb60527d14b755d52503a19a7922f5
parent29efd3b0369f19aae7d26b3592d0ac032224e83c (diff)
downloadaur-65ef25eae450647a8281c080cf48a29f5835ee5e.tar.gz
Add tinfo.pc and tic.pc symlinks, required by readline.pc
https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8c20dec655a..2b401a74c632 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ncurses-nohex
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
+ pkgrel = 6
+ url = https://invisible-island.net/ncurses/ncurses.html
arch = x86_64
license = MIT
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index e0b8f35981be..0ee37b3b724d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@
pkgname=('ncurses-nohex' 'infocmp-nohex')
conflicts=(ncurses)
pkgver=6.1
-pkgrel=2
+pkgrel=6
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'
+url='https://invisible-island.net/ncurses/ncurses.html'
license=(MIT)
depends=(glibc gcc-libs)
provides=(ncurses libncurses++w.so libformw.so libmenuw.so libpanelw.so libncursesw.so)
@@ -62,6 +62,7 @@ package_ncurses-nohex() {
for lib in tic tinfo; do
echo "INPUT(libncursesw.so.${pkgver:0:1})" > "$pkgdir/usr/lib/lib${lib}.so"
ln -s libncursesw.so.${pkgver:0:1} "$pkgdir/usr/lib/lib${lib}.so.${pkgver:0:1}"
+ ln -s ncursesw.pc "$pkgdir/usr/lib/pkgconfig/${lib}.pc"
done
# some packages look for -lcurses during build