summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjpfeiffer162023-03-26 21:46:12 -0400
committerjpfeiffer162023-03-26 21:53:14 -0400
commit8f6df4a16a0bc6afd49a1c2c9b8f756c213ce848 (patch)
tree73674130627b92d310f27e030dee1123c8e4c3a0
parentf8c8dae84d884aaff5369eb7874876b7cc65efa9 (diff)
downloadaur-8f6df4a16a0bc6afd49a1c2c9b8f756c213ce848.tar.gz
Add openssl-1.1 dep
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
-rw-r--r--dell-command-configure.install4
3 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5efde38fd5f..75931257efeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = dell-command-configure
pkgdesc = Configure various BIOS features on Dell laptops
pkgver = 4.10.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://www.dell.com/support/kbdoc/000178000/dell-command-configure
- install = dell-command-configure.install
arch = x86_64
license = unknown
depends = bash
depends = libsmbios
- depends = openssl
+ depends = openssl-1.1
depends = pciutils
provides = libdchtvm.so=9
provides = libdchipm.so=9
@@ -19,7 +18,7 @@ pkgbase = dell-command-configure
provides = libsmbios_c.so=2
provides = libhapiintf.so
provides = srvadmin-hapi
- source = dell-command-configure-4.10.0.5.tar.gz::https://dl.dell.com/FOLDER09518608M/1/command-configure_4.10.0-5.ubuntu20_amd64.tar.gz
- sha256sums = 8c07db9dd7a0e1f450bd58c1649ef654f3afc2cc5b28ba2b2fbdcb243bb4738b
+ source = dell-command-configure-4.10.0.5.tar.gz::https://dl.dell.com/FOLDER09518608M/1/command-configure_4.10.0-5.ubuntu22_amd64.tar.gz
+ sha256sums = 1e27b2f75b53af67ed8b3d720314ef071e860183c891a4371db187a8c4b320d4
pkgname = dell-command-configure
diff --git a/PKGBUILD b/PKGBUILD
index 35fbe76f44ed..605371457003 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,16 @@
pkgname=dell-command-configure
_pkgver=4.10.0-5
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc='Configure various BIOS features on Dell laptops'
arch=('x86_64')
url='https://www.dell.com/support/kbdoc/000178000/dell-command-configure'
license=('unknown')
-depends=('bash' 'libsmbios' 'openssl' 'pciutils')
+depends=('bash' 'libsmbios' 'openssl-1.1' 'pciutils')
provides=('libdchtvm.so=9' 'libdchipm.so=9' 'libdchesm.so=9' 'libdchcfl.so=9'
'libdchbas.so=9' 'libdchapi.so=9' 'libsmbios_c.so=2' 'libhapiintf.so'
'srvadmin-hapi')
DLAGENTS=("https::/usr/bin/curl -A 'Mozilla' -fLC - --retry 3 --retry-delay 3 -o %o %u")
-install=dell-command-configure.install
source=("${pkgname}-${pkgver}.tar.gz::https://dl.dell.com/FOLDER09518608M/1/command-configure_${_pkgver}.ubuntu22_amd64.tar.gz")
sha256sums=('1e27b2f75b53af67ed8b3d720314ef071e860183c891a4371db187a8c4b320d4')
diff --git a/dell-command-configure.install b/dell-command-configure.install
deleted file mode 100644
index 59b9e38fb3ed..000000000000
--- a/dell-command-configure.install
+++ /dev/null
@@ -1,4 +0,0 @@
-post_upgrade() {
- echo ":: Re-building initcpio"
- mkinitcpio -P
-}