aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-12-29 19:47:46 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:46 +0200
commit3b32b344036118c092ed7edea726a731e413c99b (patch)
treec43a8beed836d8030311a29e7e9289f9e06d7e4d
parente89c4d1267ca53ed746491842ce0ad3c31411a02 (diff)
downloadpkgbuilds-3b32b344036118c092ed7edea726a731e413c99b.tar.xz
ncurses-git: They moved the pkgconfig files..
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1bbcd6..9b556a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@
# Mon Jun 1 14:59:55 UTC 2015
pkgbase = ncurses-git
pkgdesc = Unofficial git mirror of snapshots from ftp://invisible-island.net/ncurses/current/
- pkgver = 5.9.r175.ga84fd46
+ pkgver = 5.9.r182.g1cfa111
pkgrel = 1
url = http://ncurses.scripts.mit.edu/?p=ncurses.git
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 39c03da..a7cd2f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ncurses-git
-pkgver=5.9.r175.ga84fd46
+pkgver=5.9.r182.g1cfa111
pkgrel=1
pkgdesc='Unofficial git mirror of snapshots from ftp://invisible-island.net/ncurses/current/'
@@ -58,7 +58,7 @@ package() {
done
for lib in ncurses ncurses++ form panel menu; do
- ln -s "$lib"w.pc "$pkgdir"/usr/lib/pkgconfig/"$lib".pc
+ ln -s "$lib"w.pc "$pkgdir"/usr/share/pkgconfig/"$lib".pc
done
# some packages look for -lcurses during build