summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgit user2023-09-04 12:33:00 +0200
committergit user2023-09-04 12:33:00 +0200
commit4a0aeecf055d3ad915890e26a90e8bdc613fc298 (patch)
tree5805b10e2907d0eec390cd5761a6e80cf99d246a /PKGBUILD
parent4ebe8ebfcdf52a30043aafb50bed1689e1d2aeb0 (diff)
downloadaur-4a0aeecf055d3ad915890e26a90e8bdc613fc298.tar.gz
Corrected typo: 'opdepends' to 'optdepends'.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b99166e0b99e..6f30b4088be3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _downloadname="${_pkgname}-natalenko"
pkgname="${_pkgname}-nosystemd-git"
epoch=0
pkgver=6.4.1.r67.20230707.b698d76
-pkgrel=7
+pkgrel=8
pkgdesc="Userspace KSM helper daemon. Without systemd dependency, latest git checkout."
url=https://codeberg.org/pf-kernel/uksmd
license=(GPL3)
@@ -25,7 +25,7 @@ depends=(
'libcap-ng'
'procps-ng'
)
-opdepends=(
+optdepends=(
'uksmdstats: For statistics information output.'
'uksmd-openrc: For OpenRC initscript.'
'UKSMD-BUILTIN: Necessary kernel support.' # This is an optional dependency to not force users to use package management for self-compiled kernels.