summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-24 00:01:27 +0000
committerroot <root@rshg054.dnsready.net>2012-04-24 00:01:27 +0000
commit264f2be5f341b9946381d84ebaffc95f9199990b (patch)
tree21ee2b5c6a55b957afc2674f59d66a33635e5705 /core
parentf81dfba1507be388ae1b2c2437fccad46aadc950 (diff)
Tue Apr 24 00:01:27 UTC 2012
Diffstat (limited to 'core')
-rw-r--r--core/links/PKGBUILD6
-rw-r--r--core/procps/PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/core/links/PKGBUILD b/core/links/PKGBUILD
index 1193ed3b0..49cfa6fca 100644
--- a/core/links/PKGBUILD
+++ b/core/links/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 148998 2012-02-05 12:58:31Z eric $
+# $Id: PKGBUILD 156671 2012-04-22 20:30:45Z eric $
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=links
-pkgver=2.5
+pkgver=2.6
pkgrel=1
pkgdesc="A text WWW browser, similar to Lynx"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ provides=('links-g')
conflicts=('links-g')
replaces=('links-g')
source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 links.desktop)
-sha1sums=('fe4bc37be8aebd9196c35ffef724435cea94349c'
+sha1sums=('228bd726c176ea44d35fa12cafd97aa83214d9dc'
'f600e27c2a71184444f7dd07a10230aa44463a02')
build() {
diff --git a/core/procps/PKGBUILD b/core/procps/PKGBUILD
index b04ebf52c..a43dedf7a 100644
--- a/core/procps/PKGBUILD
+++ b/core/procps/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 132740 2011-07-25 18:18:22Z foutrelis $
-# Maintainer: Eric Belanger <eric@archlinux.org>
+# $Id: PKGBUILD 156669 2012-04-22 20:29:46Z eric $
+# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=procps
pkgver=3.2.8
-pkgrel=4
+pkgrel=5
pkgdesc="Utilities for monitoring your system and processes on your system"
arch=('i686' 'x86_64')
url="http://procps.sourceforge.net/"
@@ -80,7 +80,7 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" ldconfig=/bin/true install
+ make DESTDIR="${pkgdir}" lib="${pkgdir}/usr/lib/" ldconfig=/bin/true install
install -D -m644 "${srcdir}/sysctl.conf" "${pkgdir}/etc/sysctl.conf"
install -d "${pkgdir}/usr/include/proc"
install -m644 proc/*.h "${pkgdir}/usr/include/proc"