summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Cheng2021-04-01 21:13:33 -0400
committerEric Cheng2021-04-01 21:13:33 -0400
commit245f5f094c2b82da370f5cf8355b96a713f740cc (patch)
treea3dcaf98efc0dfc10b614248c5571ff0e46ef434
parent8b8b48cd6e5bd0c0ccb45bb60ea9a4e413622734 (diff)
downloadaur-245f5f094c2b82da370f5cf8355b96a713f740cc.tar.gz
pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6536b3ac069..bb4ed06421fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = amdgpu-fan
pkgdesc = Python daemon for controlling the fans on AMDGPU cards
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/zzkW35/amdgpu-fan
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 4900b561756d..29762f7cce03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=amdgpu-fan
pkgdesc="Python daemon for controlling the fans on AMDGPU cards"
pkgver=0.1.0
-pkgrel=2
+pkgrel=3
arch=('any')
license=('GPL2')
depends=('python' 'python-yaml' 'python-numpy')