Date: Sunday, January 13, 2013 @ 17:33:46
  Author: dan
Revision: 175109

upgpkg: numactl 2.0.8-2

Fix FS#33360.

Modified:
  numactl/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-01-13 20:59:54 UTC (rev 175108)
+++ PKGBUILD    2013-01-13 22:33:46 UTC (rev 175109)
@@ -3,7 +3,7 @@
 
 pkgname=numactl
 pkgver=2.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple NUMA policy support"
 arch=('i686' 'x86_64')
 url="http://oss.sgi.com/projects/libnuma/";
@@ -14,6 +14,7 @@
 
 build() {
   cd "$srcdir/$pkgname-${pkgver/_/-}"
+  rm numastat
   make
 }
 

Reply via email to