summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-09-04 12:17:33 +0200
committergit user2023-09-04 12:17:33 +0200
commit5238b2ec050d02920239aae18d6666711bb2ed1a (patch)
tree50f4a9ffe9745a8808baa7c2f9f68095a248b65f
parent0c428c35c94b662bc8c471ffaf5a34064875af74 (diff)
downloadaur-5238b2ec050d02920239aae18d6666711bb2ed1a.tar.gz
Added more architectures and 'glibc' as dependency.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 17 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 418be5271ff3..71091861e853 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,20 @@
pkgbase = uksmd-nosystemd-git
pkgdesc = Userspace KSM helper daemon. Without systemd dependency, latest git checkout.
pkgver = 6.4.1.r67.20230707.b698d76
- pkgrel = 4
+ pkgrel = 5
epoch = 0
url = https://codeberg.org/pf-kernel/uksmd
+ arch = aarch64
+ arch = armv7h
+ arch = armv8h
+ arch = i686
arch = x86_64
license = GPL3
makedepends = git
makedepends = meson
- depends = procps-ng
+ depends = glibc
depends = libcap-ng
+ depends = procps-ng
optdepends = uksmd-openrc: For OpenRC initscript.
optdepends = UKSMD-BUILTIN: Necessary kernel support.
provides = uksmd=6.4.1.r67.20230707.b698d76
diff --git a/PKGBUILD b/PKGBUILD
index 6385321d8ecb..e816f81c2cc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,21 @@ _downloadname="${_pkgname}-natalenko"
pkgname="${_pkgname}-nosystemd-git"
epoch=0
pkgver=6.4.1.r67.20230707.b698d76
-pkgrel=4
+pkgrel=5
pkgdesc="Userspace KSM helper daemon. Without systemd dependency, latest git checkout."
url=https://codeberg.org/pf-kernel/uksmd
license=(GPL3)
-arch=(x86_64)
+arch=(
+ 'aarch64'
+ 'armv7h'
+ 'armv8h'
+ 'i686'
+ 'x86_64'
+)
depends=(
- 'procps-ng'
+ 'glibc'
'libcap-ng'
+ 'procps-ng'
)
optdepends=(
'uksmd-openrc: For OpenRC initscript.'