Skip to content

Commit 054fe17

Browse files
authored
Merge pull request #21 from mcgillij/update_without_license
remove licence include in the package dir
2 parents 302ce79 + 03ee081 commit 054fe17

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
pkgname=amdfan
55
pkgdesc="Python daemon for controlling the fans on amdgpu cards"
6-
pkgver=0.1.23
6+
pkgver=0.1.24
77
pkgrel=1
88
arch=('any')
99
license=('GPL2')
1010
depends=('python' 'python-poetry' 'python-build' 'python-installer' 'python-yaml' 'python-numpy' 'python-rich' 'python-click')
1111
makedepends=('python-setuptools')
1212
url="https://github.com/mcgillij/amdfan"
1313
source=("https://github.com/mcgillij/amdfan/releases/download/$pkgver/amdfan-$pkgver.tar.gz")
14-
md5sums=('4141de7cb90901e526059e6b41a84292')
14+
md5sums=('7c6df7c9a94f069c4a1cb6cddd68f904')
1515

1616
build() {
1717
cd "$srcdir/$pkgname-$pkgver"

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "amdfan"
3-
version = "0.1.23"
3+
version = "0.1.24"
44
description = "Fan monitor and controller for AMD gpus in Linux"
55
authors = ["mcgillij <[email protected]>"]
66
license = "GPL-2.0-only"
@@ -21,8 +21,6 @@ classifiers = [
2121
"Topic :: Utilities",
2222
]
2323

24-
include = [ "LICENSE", ]
25-
2624
[tool.poetry.dependencies]
2725
python = "^3.9 || ^3.10 || ^3.11"
2826
numpy = "^1.23.5"

0 commit comments

Comments
 (0)