From 85f18b02b8b67d708526ced2cc32aec2d3cd5d25 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 3 Feb 2013 05:30:12 +0000 Subject: [PATCH] remove pkgdir usage in build --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 1e00c06..09525e8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ncurses pkgver=5.9 -pkgrel=3 +pkgrel=4 pkgdesc="System V Release 4.0 curses emulation library" arch=('i686' 'x86_64') url="http://www.gnu.org/software/ncurses/"