diff options
Diffstat (limited to 'extra/numactl/PKGBUILD')
-rw-r--r-- | extra/numactl/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/numactl/PKGBUILD b/extra/numactl/PKGBUILD index f2fd9311c..62ec53dbe 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.1 +pkgver=2.0.8 +pkgrel=1 pkgdesc="Simple NUMA policy support" arch=('i686' 'x86_64' 'mips64el') 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/_/-}" |