summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYiyao Yu2020-01-28 12:09:39 -0500
committerYiyao Yu2020-01-28 12:09:39 -0500
commite625a50d5640943e58672f56df5bcf276a06a80d (patch)
tree9c598c581d36cd386bdc615c8fd0254a597305a4 /PKGBUILD
parent9ce4e9253b708f26b8d42c955f089df693d84e25 (diff)
downloadaur-e625a50d5640943e58672f56df5bcf276a06a80d.tar.gz
1.4.2-1: Version update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1edec95a87f..e2a9569b461c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=dptfxtract
pkgname="${_pkgname}-bin"
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="Intel's Linux DPTF Extract Utility for generating thermald's thermal_conf.xml"
arch=('x86_64')
@@ -12,7 +12,7 @@ provides=('dptfxtract')
conflicts=('dptfxtract')
depends=('thermald')
source=("https://github.com/intel/dptfxtract/archive/v${pkgver}.tar.gz")
-sha256sums=('8b6b1d62d2de9ebabbe9e94311ae7a821bbdb05cd4e9c5e2405730026e071ea0')
+sha256sums=('b8df8d91c356b553fb82ad9c5a06193a51c872c6f9bb87eeef713cb99c30a82d')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"