summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKrystof Pistek2020-10-03 15:55:09 +0200
committerKrystof Pistek2020-10-03 15:55:09 +0200
commit7b179d8dc9f5948373e98cb0fb13c05e6a9df85c (patch)
tree92048ddc50adaaf86d63e46373f3e2c93b5af5e3 /PKGBUILD
parente71dd9a26911a3d5e4f5c9131329397aac6d621e (diff)
downloadaur-7b179d8dc9f5948373e98cb0fb13c05e6a9df85c.tar.gz
Fix bug that caused the package to not build under some circumstances
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8bbf350c579..db3f1d9b8652 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Krystof Pistek <krystof1119@gmail.com>
pkgname=cpu-checker-bzr
pkgver=r41
-pkgrel=1
+pkgrel=2
pkgdesc="Userspace tools for helping to evaluate the CPU (or BIOS) support for various features."
arch=('x86_64')
url="https://launchpad.net/cpu-checker"
license=('GPL')
depends=('awk' 'grep' 'msr-tools')
-makedepends=('bzr' 'make')
+makedepends=('bzr' 'make' 'python-dulwich')
source=('bzr+lp:cpu-checker')
md5sums=('SKIP')