summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-12-02 13:30:20 -0700
committerMark Wagie2020-12-02 13:30:20 -0700
commitd44c0e8d9b176afc60c811225ee9c7efb1fcab94 (patch)
tree2ec86a437cf44cfc849e80059250ebc88d5c2196
parentbdff6cebd03eecd03db96d76e779278e08b83c3d (diff)
downloadaur-d44c0e8d9b176afc60c811225ee9c7efb1fcab94.tar.gz
Python 3.9 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD3
3 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 722a042f860a..20e4a31f1bcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = afancontrol
pkgdesc = Advanced Fan Control program, which controls PWM fans according to the current temperatures of the system components.
pkgver = 3.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/KostyaEsmukov/afancontrol
arch = any
license = MIT
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4dab8d6386e3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 55747c7a3316..ec86264f6834 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=afancontrol
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Advanced Fan Control program, which controls PWM fans according to the current temperatures of the system components."
arch=('any')
url="https://github.com/KostyaEsmukov/afancontrol"
@@ -31,6 +31,7 @@ build() {
package() {
cd "$pkgname-$pkgver"
+ export PYTHONHASHSEED=0
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
install -d "$pkgdir/etc"