summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-11-01 11:32:48 +0100
committergit user2023-11-01 11:32:48 +0100
commitc21884b894632e00c8d09303db9084e274736691 (patch)
treeec041a56f8825b711247d7fe9c0d095a1497527e
parente4a0c0b7d40f2ff59a24ac4582e5364216164c21 (diff)
downloadaur-c21884b894632e00c8d09303db9084e274736691.tar.gz
Removed obsolete `readline` dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b392922be25d..59da84394270 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dptf-git
pkgdesc = Intel (R) Dynamic Platform and Thermal Framework (Intel (R) DPTF)
pkgver = 9.0.11402.build38022.r100.20230911.00b9ac15
- pkgrel = 4
+ pkgrel = 5
epoch = 1
url = https://github.com/intel/dptf
arch = x86_64
@@ -11,7 +11,6 @@ pkgbase = dptf-git
depends = gcc-libs
depends = glibc
depends = libedit
- depends = readline
provides = dptf=9.0.11402.build38022.r100.20230911.00b9ac15
conflicts = dptf
options = !lto
diff --git a/PKGBUILD b/PKGBUILD
index fcbcfa977d5f..b16e3ab770f0 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=4
+pkgrel=5
pkgdesc='Intel (R) Dynamic Platform and Thermal Framework (Intel (R) DPTF)'
arch=('x86_64')
url='https://github.com/intel/dptf'
license=('Apache')
-depends=('gcc-libs' 'glibc' 'libedit' 'readline')
+depends=('gcc-libs' 'glibc' 'libedit')
makedepends=('cmake' 'git')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")