summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCyrIng2016-10-18 11:22:17 +0200
committerCyrIng2016-10-18 11:22:17 +0200
commitf79b00f19902c039ab55e35f29b57176b03000df (patch)
treeec426f599482977cca1aeb39206be260c865228f /PKGBUILD
parent4e839888edece02f1e464b40af71978a47669322 (diff)
downloadaur-f79b00f19902c039ab55e35f29b57176b03000df.tar.gz
make depends on 'fakeroot'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3412df808d19..b5407ecaca1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: CyrIng <labs[at]cyring[dot]fr>
pkgname=corefreq-git
pkgver=1.4
-pkgrel=1
+pkgrel=2
pkgdesc="CoreFreq, a processor monitoring software with a kernel module inside."
arch=('x86_64')
url='http://github.com/cyring/CoreFreq'
license=('GPL2')
depends=('dkms')
-makedepends=('git' 'linux-headers')
+makedepends=('git' 'linux-headers' 'fakeroot')
source=('git+https://github.com/cyring/CoreFreq.git')
md5sums=('SKIP')
install=${pkgname}.install