mirror of
https://github.com/luzifer-aur/archisteamfarm-bin.git
synced 2024-12-20 10:21:17 +00:00
fix mode
This commit is contained in:
parent
40a720be34
commit
94e06f3d49
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = archisteamfarm-bin
|
||||
pkgdesc = C# application that allows you to farm steam cards using multiple steam accounts simultaneously.
|
||||
pkgver = 3.4.0.1
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/JustArchiNET/ArchiSteamFarm
|
||||
arch = x86_64
|
||||
license = Apache License 2.0
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=archisteamfarm-bin
|
||||
pkgver=3.4.0.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="C# application that allows you to farm steam cards using multiple steam accounts simultaneously."
|
||||
arch=('x86_64')
|
||||
url="https://github.com/JustArchiNET/ArchiSteamFarm"
|
||||
|
@ -31,6 +31,6 @@ package() {
|
|||
install -Dm644 "LICENSE-2.0.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
install -Dm644 "ArchiSteamFarm-bin.desktop" "${pkgdir}/usr/share/applications/ArchiSteamFarm-bin.desktop"
|
||||
|
||||
mkdir -p "${pkgdir}/opt/ArchiSteamFarm-bin/"
|
||||
install -Dm755 "ArchiSteamFarm" "${pkgdir}/opt/ArchiSteamFarm-bin/ArchiSteamFarm"
|
||||
cp -r "${srcdir}"/* "${pkgdir}/opt/ArchiSteamFarm-bin/"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue