summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2016-03-11 15:11:23 +0100
committerMarkus Weimar2016-03-11 15:11:23 +0100
commit5214faf330edaae7f8b8f036e6af31ae942efbd4 (patch)
tree9a8049d64e5368402f18c3516d64c8e894d4ddbe
parent7f2c733b06d9fc3336fb93105b9d55a1a6698df7 (diff)
downloadaur-5214faf330edaae7f8b8f036e6af31ae942efbd4.tar.gz
Fixed architectures.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bcaa75c73b4..0cc9a33d41ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
# Generated by mksrcinfo v8
-# Fri Dec 25 11:07:35 UTC 2015
+# Fri Mar 11 14:11:10 UTC 2016
pkgbase = fatrace
pkgdesc = Reports file access events from all running processes.
pkgver = 0.11
- pkgrel = 1
+ pkgrel = 2
url = http://launchpad.net/fatrace
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL
depends = python
depends = powertop
diff --git a/PKGBUILD b/PKGBUILD
index 793cdb53ed5a..181a06bcbb68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Frank Phillips <frankalso[at]gmail[dot]com>
pkgname=fatrace
pkgver=0.11
-pkgrel=1
+pkgrel=2
pkgdesc="Reports file access events from all running processes."
-arch=('any')
+arch=('i686' 'x86_64')
url="http://launchpad.net/fatrace"
license=('GPL')
depends=('python' 'powertop')