summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Lubineau2015-12-07 11:18:36 +0100
committerAntoine Lubineau2015-12-07 11:18:36 +0100
commit5e6f89197fb72f67dbdeab2fb4f79fa5b87b545b (patch)
treece58f2188703eff80bd04170fe0a021b40f8d7d3
parentfdfe5ae185132c441b12de010e8227145bc35937 (diff)
downloadaur-5e6f89197fb72f67dbdeab2fb4f79fa5b87b545b.tar.gz
1.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24ad432a6f82..d3741bfdcb35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Mon Dec 7 10:18:19 UTC 2015
pkgbase = numatop
pkgdesc = Observation tool for NUMA systems
- pkgver = 1.0
+ pkgver = 1.0.3
pkgrel = 1
url = https://01.org/numatop/
arch = i686
arch = x86_64
license = custom
depends = numactl
- source = https://01.org/sites/default/files/downloads/numatop_linux_1.0.tar_4.gz
- sha256sums = 8f8b80d006d6fd31f4d63b1bc083ee24d3a7190519952bb7a031eeef58f9fabd
+ source = https://01.org/sites/default/files/numatop_linux_1.0.3.tar_0.gz
+ md5sums = 44b7c3970309c5b37308889168d9170a
pkgname = numatop
diff --git a/PKGBUILD b/PKGBUILD
index 7d86b18a57f5..14c816dc5321 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Antoine Lubineau <antoine@lubignon.info>
pkgname=numatop
-pkgver=1.0
+pkgver=1.0.3
pkgrel=1
pkgdesc="Observation tool for NUMA systems"
arch=('i686' 'x86_64')
url="https://01.org/numatop/"
license=('custom')
depends=('numactl')
-source=("https://01.org/sites/default/files/downloads/numatop_linux_${pkgver}.tar_4.gz")
-sha256sums=('8f8b80d006d6fd31f4d63b1bc083ee24d3a7190519952bb7a031eeef58f9fabd')
+source=("https://01.org/sites/default/files/numatop_linux_${pkgver}.tar_0.gz")
+md5sums=('44b7c3970309c5b37308889168d9170a')
build() {
cd "$srcdir/$pkgname"