[arch-commits] Commit in numactl/trunk (PKGBUILD)

Dan McGee dan at archlinux.org
Tue Dec 15 14:24:20 UTC 2015


    Date: Tuesday, December 15, 2015 @ 15:24:19
  Author: dan
Revision: 256184

upgpkg: numactl 2.0.11-1

Modified:
  numactl/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-15 14:18:00 UTC (rev 256183)
+++ PKGBUILD	2015-12-15 14:24:19 UTC (rev 256184)
@@ -2,7 +2,7 @@
 # Contributor: Florian Zeitz <florob at babelmonkeys dot de>
 
 pkgname=numactl
-pkgver=2.0.10
+pkgver=2.0.11
 pkgrel=1
 pkgdesc="Simple NUMA policy support"
 arch=('i686' 'x86_64')
@@ -10,11 +10,11 @@
 license=('LGPL2.1' 'GPL2')
 depends=('perl')
 source=(ftp://oss.sgi.com/www/projects/libnuma/download/$pkgname-${pkgver/_/-}.tar.gz)
-sha1sums=('8c753ebcc5cea4d51999e01459c96090a4475cb7')
+md5sums=('d3bc88b7ddb9f06d60898f4816ae9127')
+sha1sums=('0846670269824078a4eae8a977728175437b0da4')
 
 build() {
   cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./autogen.sh
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list