Skip to content

Commit

Permalink
Merge pull request #23 from mcgillij/systemd_update_order
Browse files Browse the repository at this point in the history
added systemd startup order
  • Loading branch information
mcgillij committed May 15, 2023
2 parents b745500 + adb60e5 commit 0dbff2e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
8 changes: 4 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

pkgname=amdfan
pkgdesc="Python daemon for controlling the fans on amdgpu cards"
pkgver=0.1.24
pkgver=0.1.25
pkgrel=1
arch=('any')
license=('GPL2')
depends=('python' 'python-poetry' 'python-build' 'python-installer' 'python-yaml' 'python-numpy' 'python-rich' 'python-click')
makedepends=('python-setuptools')
depends=('python' 'python-yaml' 'python-numpy' 'python-rich' 'python-click')
makedepends=('python-setuptools' 'python-poetry' 'python-build' 'python-installer')
url="https://github.com/mcgillij/amdfan"
source=("https://github.com/mcgillij/amdfan/releases/download/$pkgver/amdfan-$pkgver.tar.gz")
md5sums=('7c6df7c9a94f069c4a1cb6cddd68f904')
md5sums=('89b9e53e86deb04b2505c9d44efdf009')

build() {
cd "$srcdir/$pkgname-$pkgver"
Expand Down
74 changes: 37 additions & 37 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "amdfan"
version = "0.1.24"
version = "0.1.25"
description = "Fan monitor and controller for AMD gpus in Linux"
authors = ["mcgillij <mcgillivray.jason@gmail.com>"]
license = "GPL-2.0-only"
Expand Down

0 comments on commit 0dbff2e

Please sign in to comment.