summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrystof Pistek2020-10-03 15:55:09 +0200
committerKrystof Pistek2020-10-03 15:55:09 +0200
commit7b179d8dc9f5948373e98cb0fb13c05e6a9df85c (patch)
tree92048ddc50adaaf86d63e46373f3e2c93b5af5e3
parente71dd9a26911a3d5e4f5c9131329397aac6d621e (diff)
downloadaur-7b179d8dc9f5948373e98cb0fb13c05e6a9df85c.tar.gz
Fix bug that caused the package to not build under some circumstances
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88522dc295b6..aa0d61ae826e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = cpu-checker-bzr
pkgdesc = Userspace tools for helping to evaluate the CPU (or BIOS) support for various features.
pkgver = r41
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/cpu-checker
arch = x86_64
license = GPL
makedepends = bzr
makedepends = make
+ makedepends = python-dulwich
depends = awk
depends = grep
depends = msr-tools
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')