summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-11-14 09:54:51 -0700
committerMark Wagie2023-11-14 09:54:51 -0700
commita12ffb745b04c2cc30e891f067ff7fe7e7792871 (patch)
treede9155ad576a260f42bfbfb49a598225fb02d023 /PKGBUILD
parentb68345c4431f230c83a599b8bc213afafb8fc4b2 (diff)
downloadaur-a12ffb745b04c2cc30e891f067ff7fe7e7792871.tar.gz
1.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c6d17283969..da060b29ef7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Sergey A. <murlakatamenka@disroot.org>
pkgname=tuxclocker
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="Qt overclocking tool for GNU/Linux"
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('boost' 'git' 'meson' 'qt5-tools')
optdepends=('libxnvctrl: XNVCtrl support'
'nvidia-utils: nvidia-ml support'
'python-hwdata: PCI subsystem support')
-_commit=7f1044b322af334da83249bd7c2f8257c76d0a23 # tags/1.3.0^0
+_commit=5f7137e7785a1872bf62c7d353f1d3081d689c12 # tags/1.3.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'
@@ -38,9 +38,6 @@ prepare() {
# Add missing cstdint include
patch -Np1 -i ../"$pkgname.patch"
-
- # tuxclocker/src/plugins/meson.build:20:3: ERROR: Unknown statement.
- git revert -n b838a1f5b117dc2ec33acbeef2b906ed95f10b1f
}
build() {