summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoaquín Ignacio Aramendía2022-12-20 11:39:34 -0300
committerJoaquín Ignacio Aramendía2022-12-20 11:39:34 -0300
commitfcc9ed0d5ed8ccb728ac123b5a902e2dd9b11202 (patch)
tree94e2df87ea20c59478785c6067294f65a2688212
parent9a9c31a9e18c019220f68cbc3b586d3a339cf77b (diff)
downloadaur-fcc9ed0d5ed8ccb728ac123b5a902e2dd9b11202.tar.gz
Fix pyyaml package dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04557e5bf4e0..87430913e9f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = hhfc-git
pkgdesc = Hwmon Handheld Fan Controller (hhfc) is a user space driver for fans based on hwmon sysfs
- pkgver = 0.0.2.r0.g106cef7
+ pkgver = 0.0.3.r2.g2e12076
pkgrel = 1
url = https://github.com/Samsagax/hhfc
arch = any
license = GPL3
- makedepends = python-pyyaml
+ makedepends = python-yaml
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
diff --git a/PKGBUILD b/PKGBUILD
index aa2f3e7d1c1d..d34a140c8c58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgbase=hhfc
pkgname=${_pkgbase}-git
-pkgver=0.0.2.r0.g106cef7
+pkgver=0.0.3.r2.g2e12076
pkgrel=1
pkgdesc="Hwmon Handheld Fan Controller (hhfc) is a user space driver for fans based on hwmon sysfs"
arch=('any')
url="https://github.com/Samsagax/hhfc"
license=('GPL3')
depends=('python-pyyaml')
-makedepends=('python-pyyaml'
+makedepends=('python-yaml'
'python-build'
'python-installer'
'python-wheel'