summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry2019-10-31 21:35:10 +0400
committerDmitry2019-10-31 21:35:10 +0400
commitb6fcbf3da9a431f4e92a14ed7e78f11410be3928 (patch)
tree9ba99d1088fb4f2aa604fedfbe8162840e8f3d4c
parenta1173e4752cc69734b85207646a8b294b31f6c0e (diff)
downloadaur-b6fcbf3da9a431f4e92a14ed7e78f11410be3928.tar.gz
Add python-py-cpuinfo to the list of dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2501ea10acc..3198c8f747d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = katfetch-git
depends = python-click
depends = python-psutil
depends = python-hurry-filesize
+ depends = python-py-cpuinfo
source = katfetch-git-1.2.9.tar.gz::https://gitlab.com/KatHamer/katfetch/-/archive/1e079b39520664f27c85c289eb5e56b40dbd229b/katfetch-1e079b39520664f27c85c289eb5e56b40dbd229b.tar.gz
sha256sums = 94ef602e0d5d5f8e2e9453d9205f51fcdbd916f8042ac80c0acd3778aaaf0666
diff --git a/PKGBUILD b/PKGBUILD
index 9b86647359ec..c4e7fed0cd9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A minimal and customizable fetch script."
arch=(any)
url="https://gitlab.com/KatHamer/katfetch"
license=(MIT)
-depends=(python-click python-psutil python-hurry-filesize)
+depends=(python-click python-psutil python-hurry-filesize python-py-cpuinfo)
_commit="1e079b39520664f27c85c289eb5e56b40dbd229b"
source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/KatHamer/katfetch/-/archive/$_commit/katfetch-$_commit.tar.gz")