summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax2019-02-08 20:44:00 +1100
committerMax2019-02-08 20:44:00 +1100
commit7b95c1535ffa873a8901315324ba72201634014a (patch)
tree7938b7286a7ac2db7c482e45eb69c84271038663
parent5a99326fe25ace8bdd021e65985842c135aea2db (diff)
downloadaur-7b95c1535ffa873a8901315324ba72201634014a.tar.gz
fixed versioning error
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 281a9b7b463f..ba5d27be2c4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = amdgpu-fan
pkgdesc = Python daemon for controlling the fans on amdgpu cards
pkgver = 0.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/chestm007/amdgpu-fan
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index d4dd7cc1fd75..001476d12b72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=amdgpu-fan
pkgdesc="Python daemon for controlling the fans on amdgpu cards"
pkgver=0.0.2
-pkgrel=1
+pkgrel=2
arch=('any')
license=('GPL2')
depends=('python' 'python-yaml' 'python-matplotlib' 'python-numpy' 'python-scipy')