summaryrefslogtreecommitdiff
path: root/extra/numactl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-16 00:57:16 -0700
committerroot <root@rshg054.dnsready.net>2013-10-16 00:57:16 -0700
commitc22d00d6478c9a00b4c7e491af65637537247c8f (patch)
treee6346097789cc44df5dc5e4340ad33ffe507b31c /extra/numactl
parent5d8af7c82b707f4cbda87bb0538fef84daf3791b (diff)
Wed Oct 16 00:56:43 PDT 2013
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 7a09b97f4..9b41941a9 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.8
-pkgrel=2
+pkgver=2.0.9
+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=('f7bf06caea29669992fd3540a4c864a32615b5a1')
+sha1sums=('7231abc8f49e805225858ac08d801ade722f0b94')
build() {
cd "$srcdir/$pkgname-${pkgver/_/-}"