summaryrefslogtreecommitdiff
path: root/community/libnewt
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-28 03:35:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-28 03:35:53 +0000
commitdef73efccccb818d214cb818e8b4de8385444a43 (patch)
tree89db423b051ce9f971b6f7386ada2a3573b6e3b7 /community/libnewt
parenteb411a7c7cc929ada01019bd4c306116ce385693 (diff)
Fri Mar 28 03:32:00 UTC 2014
Diffstat (limited to 'community/libnewt')
-rw-r--r--community/libnewt/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/libnewt/PKGBUILD b/community/libnewt/PKGBUILD
index be2cbd5f8..e69dcb636 100644
--- a/community/libnewt/PKGBUILD
+++ b/community/libnewt/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 106158 2014-02-24 12:27:03Z arodseth $
+# $Id: PKGBUILD 108413 2014-03-27 14:47:21Z fyan $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Roman Kyrylych <roman@archlinux.org>
# Contributor: Tom Killian <tomk@runbox.com>
@@ -6,7 +6,7 @@
pkgname=libnewt
pkgver=0.52.17
-pkgrel=1
+pkgrel=2
_tclver=8.6
pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
arch=('x86_64' 'i686')
@@ -36,9 +36,7 @@ build() {
}
package() {
- cd "newt-$pkgver"
-
- make prefix="$pkgdir/usr" install
+ make -C "newt-$pkgver" prefix="$pkgdir/usr" install
}
# vim:set ts=2 sw=2 et: