summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-12-02 12:57:41 -0700
committerMark Wagie2020-12-02 12:57:41 -0700
commitda321685a973e8f9e9e860a08319b0b3f035300f (patch)
tree5c583d6287a4b77193aefcdf618f829d65163a1c
parent572740e36823a45eec7bd266918967c7297f9ab6 (diff)
downloadaur-da321685a973e8f9e9e860a08319b0b3f035300f.tar.gz
Python 3.9 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD3
3 files changed, 11 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ad7099d6de4..991a555eda7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sysmon-git
pkgdesc = Graphical system monitor. Similar to windows task manager.
- pkgver = 1.0.r9.g4868cd9
+ pkgver = 1.0.1.r0.g9d5b2d8
pkgrel = 1
url = https://github.com/MatthiasSchinzel/sysmon
arch = any
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..3e416c016e2a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
+!sysmon.desktop
diff --git a/PKGBUILD b/PKGBUILD
index d44ca4ca77c5..d96f448f2ecd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=sysmon-git
-pkgver=1.0.r9.g4868cd9
+pkgver=1.0.1.r0.g9d5b2d8
pkgrel=1
pkgdesc="Graphical system monitor. Similar to windows task manager."
arch=('any')
@@ -28,6 +28,7 @@ build() {
package() {
cd "$srcdir/${pkgname%-git}/src"
+ export PYTHONHASHSEED=0
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
install -Dm644 "$srcdir/${pkgname%-git}.desktop" -t \