Due to upstream #7471 the following change is needed
diff --git a/PKGBUILD b/PKGBUILD
index d82bc50..1011285 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -113,7 +113,7 @@ package() {
install -d "$pkgdir"/usr/share/transmission
cp -a web/public_html/ "$pkgdir"/usr/share/transmission
- install -Dm644 ../daemon/transmission-daemon.service \
+ install -Dm644 ../build/daemon/transmission-daemon.service \
"$pkgdir/usr/lib/systemd/system/transmission.service"
install -Dm644 ../COPYING -t "$pkgdir/usr/share/licenses/transmission-cli"
Pinned Comments
EndlessEden commented on 2025-04-30 06:42 (UTC)
@afader -- I just built in a clean chroot. Sounds like a issue either with your system or your chroot. tested with a knoppix ISO to verify it functions as intended. If you can create a dump and link to it here, i can take a look.
-- Updated pkgver, updated the maintainers list (@glitsj16 & @cephian | if you want to be listed as a maintainer instead of contributors in pkgbuild, please update your sections in it. Thanks.)
Trying to be more active, apologies for the long hiatus.