summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-02-10 10:20:15 -0700
committerMark Wagie2024-02-10 10:20:15 -0700
commitd5a94d6fb1e83f1ab8f243c8895b7249a355ed04 (patch)
tree765a01f3b52ffc8b9d7d44e2b245713fd1d35486
parent1d9b1d77946025df2c4304f374ddba6aa62438b9 (diff)
downloadaur-tuxclocker.tar.gz
1.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD25
2 files changed, 24 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09480b74f5a3..2bf626530a1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,17 @@
pkgbase = tuxclocker
pkgdesc = Qt overclocking tool for GNU/Linux
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/Lurkki14/tuxclocker
arch = x86_64
license = GPL-3.0-or-later
makedepends = boost
makedepends = git
+ makedepends = libdrm
+ makedepends = libxnvctrl
makedepends = meson
+ makedepends = nvidia-utils
+ makedepends = python-hwdata
makedepends = qt5-tools
depends = boost-libs
depends = hicolor-icon-theme
@@ -17,7 +21,7 @@ pkgbase = tuxclocker
optdepends = libxnvctrl: NVIDIA support
optdepends = nvidia-utils: NVIDIA support
optdepends = python-hwdata: Prettier AMD GPU names
- source = git+https://github.com/Lurkki14/tuxclocker.git#commit=d1d7d8401a0b9fcc003f22381ec4f913a46d8702
+ source = git+https://github.com/Lurkki14/tuxclocker.git#commit=3c9787c893fc887eb6ee3a0fa780100a1c440fad
source = git+https://github.com/mpark/patterns.git
source = git+https://github.com/Dobiasd/FunctionalPlus.git
source = tuxclocker.patch
diff --git a/PKGBUILD b/PKGBUILD
index db4a1431e887..b98c26ccf814 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,30 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Sergey A. <murlakatamenka@disroot.org>
pkgname=tuxclocker
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc="Qt overclocking tool for GNU/Linux"
arch=('x86_64')
url="https://github.com/Lurkki14/tuxclocker"
license=('GPL-3.0-or-later')
depends=('boost-libs' 'hicolor-icon-theme' 'qt5-base' 'qt5-charts')
-makedepends=('boost' 'git' 'meson' 'qt5-tools')
-optdepends=('libdrm: AMD support'
- 'libxnvctrl: NVIDIA support'
- 'nvidia-utils: NVIDIA support'
- 'python-hwdata: Prettier AMD GPU names')
-_commit=d1d7d8401a0b9fcc003f22381ec4f913a46d8702 # tags/1.5.0^0
+makedepends=(
+ 'boost'
+ 'git'
+ 'libdrm'
+ 'libxnvctrl'
+ 'meson'
+ 'nvidia-utils'
+ 'python-hwdata'
+ 'qt5-tools'
+)
+optdepends=(
+ 'libdrm: AMD support'
+ 'libxnvctrl: NVIDIA support'
+ 'nvidia-utils: NVIDIA support'
+ 'python-hwdata: Prettier AMD GPU names'
+)
+_commit=3c9787c893fc887eb6ee3a0fa780100a1c440fad # tags/1.5.1^0
source=("git+https://github.com/Lurkki14/tuxclocker.git#commit=${_commit}"
'git+https://github.com/mpark/patterns.git'
'git+https://github.com/Dobiasd/FunctionalPlus.git'