valheim-server-systemd

LOW
maintainer hashworks 0 votes scanned 2026-09-05 16:00:23.828148
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Justin Kromlinger <hashworks@archlinux.org>
2# Contributor: Markus Sommer <markus@splork.de>
3#
4# This is similar to the valheim-server package by Markus Sommer,
5# but doesn't include the server binaries and instead depends on
6# steamcmd on the server to install/update the server on every
7# systemd run.
8#
9# I've also added env variables for white/black/admin lists.
10#
11# The pkgver does not reflect the valheim version and just counts up.
12#
13
14pkgname=valheim-server-systemd
15pkgver=1.0.0
16pkgrel=1
17pkgdesc="Dedicated server for the Valheim PC game using systemd and steamcmd"
18arch=('x86_64')
19url='https://www.valheimgame.com/'
20license=('custom:IronGateLicense')
21depends=("zlib" "gcc-libs" "lib32-glibc" "steamcmd")
22backup=("etc/valheim/server.conf")
23conflicts=("valheim-server")
24source=('valheim-server.service'
25 'server.conf'
26 'valheim.sysusers'
27 'valheim.tmpfiles')
28sha512sums=('4f64f39c073fec909b3f3f725cf3f4b4f18b546572471227e928da418c6d9290b37fee2c1a366341ae5bd89f038ad8ce22b2f68ddfa6682931dc694558caa499'
29 '7c71e3d984ae4e43bdfb759a9d18755d232809cd9cd58c54f494f2a2e8357245a848f176a117f0764ef533884ea8da978de3b8cc54592c44a2a0b359d02e7416'
30 '70b148c72fce74403acae88beb44d5487652851c870cf0659491250c735d29bffe2f356c26e513ebe279d043349a202e0b92d095c931fa11c64159b93482a7f6'
31 'b02a81f6ebbf393aeeb52735e9e84f778b958afcf18bb6f90fff81799b28666e086c988d75c59e66f7b5b53be667cc63034ab31898d85684292645fff293fabc')
32
33package() {
34 cd $srcdir
35
36 install -D -m 0644 valheim-server.service "$pkgdir/usr/lib/systemd/system/valheim-server.service"
37 install -D -m 0644 server.conf "$pkgdir/etc/valheim/server.conf"
38 install -D -m 0644 valheim.sysusers "$pkgdir/usr/lib/sysusers.d/valheim.conf"
39 install -D -m 0644 valheim.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/valheim.conf"
40}
41

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 16:00:23 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion