summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkillab33z2024-02-16 13:46:33 -0500
committerkillab33z2024-02-16 13:46:33 -0500
commit18ea04d6ab3bf8d6e14d8bff4131a0c63d94ce6b (patch)
tree1e8b34db310eacecb865b3355f7cc47f9589dbf2 /PKGBUILD
parent4e1c28d59dae98736a964b6880c7516a4a95ccc6 (diff)
downloadaur-18ea04d6ab3bf8d6e14d8bff4131a0c63d94ce6b.tar.gz
Added python-launchpadlib to makedepends as suggested by dreieck in the AUR comments.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04d8d23cd1e7..a4d09de18213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: Krystof Pistek <krystof1119 at gmail dot com>
+# Maintainer: killab33z <killab33z @ protonmail-dot-com>
+# Previous Maintainer: Krystof Pistek <krystof1119 at gmail dot com>
pkgname=cpu-checker-bzr
pkgver=r41
-pkgrel=3
+pkgrel=4
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' 'python-dulwich')
+makedepends=('bzr' 'make' 'python-dulwich' 'python-launchpadlib')
provides=("cpu-checker=${pkgver}")
source=('bzr+lp:cpu-checker')
md5sums=('SKIP')