Package Details: depotdownloader-git 2.5.0.r33.g9d244640-1

Git Clone URL: https://aur.archlinux.org/depotdownloader-git.git (read-only, click to copy)
Package Base: depotdownloader-git
Description: Steam depot downloader utilizing the SteamKit2 library
Upstream URL: https://github.com/SteamRE/DepotDownloader
Licenses: GPL2
Conflicts: depotdownloader
Provides: depotdownloader
Submitter: 6pak
Maintainer: 6pak
Last Packager: 6pak
Votes: 2
Popularity: 0.000000
First Submitted: 2021-05-06 17:52 (UTC)
Last Updated: 2024-03-09 12:04 (UTC)

Latest Comments

nx-que commented on 2025-03-15 14:56 (UTC)

Fixed PKGBUILD (uses dotnet9 for both runtime/build as depotdownloader supports it now).

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@

 pkgname=depotdownloader-git
 pkgver=2.5.0.r33.g9d244640
-pkgrel=1
+pkgrel=2
 pkgdesc="Steam depot downloader utilizing the SteamKit2 library"
 arch=('x86_64')
 url="https://github.com/SteamRE/DepotDownloader"
 license=('GPL2')
-depends=('dotnet-runtime-8.0')
-makedepends=('git' 'dotnet-sdk>=8')
+depends=('dotnet-runtime>=9')
+makedepends=('git' 'dotnet-sdk>=9')
 conflicts=("${pkgname%-git}")
 provides=("${pkgname%-git}")

@@ -33,5 +33,5 @@
 package() {
   cd "DepotDownloader/DepotDownloader"

-  install -D -m755 "bin/Release/net8.0/linux-x64/publish/DepotDownloader" "$pkgdir/usr/bin/depotdownloader"
+  install -D -m755 "bin/Release/net9.0/linux-x64/publish/DepotDownloader" "$pkgdir/usr/bin/depotdownloader"
 }

ticpu commented on 2024-11-15 05:07 (UTC)

Install phase seems broken now: install: cannot stat 'bin/Release/net8.0/linux-x64/publish/DepotDownloader': No such file or directory

Armonix commented on 2024-03-09 11:49 (UTC)

It is not compiling: error CS9058: Feature 'primary constructors' is not available in C# 11.0. Please use language version 12.0 or greater.

dreieck commented on 2023-09-18 11:31 (UTC)

Please add conflicts=("depotdownloader").
Thanks for maintaining!

C0rn3j commented on 2023-02-22 20:19 (UTC) (edited on 2023-02-22 20:43 (UTC) by C0rn3j)

This package needs to depend on dotnet-sdk-6.0 and dotnet-runtime-6.0 until https://github.com/SteamRE/DepotDownloader/issues/389 is fixed.