diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-11 13:24:06 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-11 13:24:06 +0100 |
commit | a5c94b5ae404c31a1a0e58480d9275e1a5ff8dd8 (patch) | |
tree | d645da91365a323730f890b4e18652189fe444fe /extra/numactl/PKGBUILD | |
parent | 9f050463d1b34e3f36a54aeb9ef65217530f2cd0 (diff) | |
parent | c1c596c922f0dc8622339011db936c531647203d (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/sunpinyin/PKGBUILD
extra/numactl/PKGBUILD
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/_/-}" |