summaryrefslogtreecommitdiff
path: root/extra/numactl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-11 01:47:32 -0800
committerroot <root@rshg054.dnsready.net>2012-11-11 01:47:32 -0800
commitc1c596c922f0dc8622339011db936c531647203d (patch)
tree2855b79d508821e325c1389ae85a521c5214c09a /extra/numactl
parent15afd71b619115bc72670c443a6d1b75275ead0c (diff)
Sun Nov 11 01:44:00 PST 2012
Diffstat (limited to 'extra/numactl')
-rw-r--r--extra/numactl/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/numactl/PKGBUILD b/extra/numactl/PKGBUILD
index 0565cdc08..cab5ca58c 100644
--- a/extra/numactl/PKGBUILD
+++ b/extra/numactl/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Florian Zeitz <florob at babelmonkeys dot de>
pkgname=numactl
-pkgver=2.0.7
-pkgrel=2
+pkgver=2.0.8
+pkgrel=1
pkgdesc="Simple NUMA policy support"
arch=('i686' 'x86_64')
url="http://oss.sgi.com/projects/libnuma/"
license=('LGPL2.1' 'GPL2')
depends=('perl')
source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
-sha1sums=('dfdf539da65d1e880f04202071c139c4d2ba2da9')
+sha1sums=('f7bf06caea29669992fd3540a4c864a32615b5a1')
build() {
cd "$srcdir/$pkgname-${pkgver/_/-}"