summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgit user2023-11-01 11:32:24 +0100
committergit user2023-11-01 11:32:24 +0100
commite4a0c0b7d40f2ff59a24ac4582e5364216164c21 (patch)
tree4ec59fdfea01fafc77b305b90c83697364eb0512 /PKGBUILD
parente32baad5db0a1ba998fc240260244100c3ad918c (diff)
downloadaur-e4a0c0b7d40f2ff59a24ac4582e5364216164c21.tar.gz
Added missing `libedit` dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 096b9919e29b..fcbcfa977d5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _pkgname=dptf
pkgname="${_pkgname}-git"
epoch=1
pkgver=9.0.11402.build38022.r100.20230911.00b9ac15
-pkgrel=3
+pkgrel=4
pkgdesc='Intel (R) Dynamic Platform and Thermal Framework (Intel (R) DPTF)'
arch=('x86_64')
url='https://github.com/intel/dptf'
license=('Apache')
-depends=('readline')
+depends=('gcc-libs' 'glibc' 'libedit' 'readline')
makedepends=('cmake' 'git')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")