summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhoubaron2018-10-04 15:25:35 +0800
committerhoubaron2018-10-04 15:25:35 +0800
commit40a720be34696a70f3a5193a39dbec13add95f72 (patch)
tree0fa3e2cb956925de83bba0fa6aa90a12f6c42aaa
parent421a6d4696c7861fac609c7286e70e898e9e0c0e (diff)
downloadaur-40a720be34696a70f3a5193a39dbec13add95f72.tar.gz
typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecf4e49d0f30..cfc6343cae17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = archisteamfarm-bin
pkgdesc = C# application that allows you to farm steam cards using multiple steam accounts simultaneously.
pkgver = 3.4.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/JustArchiNET/ArchiSteamFarm
arch = x86_64
license = Apache License 2.0
makedepends = unzip
noextract = ASF-linux-x64.zip
options = !strip
- source = https://github.com/JustArchiNET/ArchiSteamFarm/releases/download//ASF-linux-x64.zip
+ source = https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/3.4.0.1/ASF-linux-x64.zip
source = LICENSE-2.0.txt
source = ArchiSteamFarm-bin.desktop
md5sums = 1b5706bd5df56ac98b23480b39da7ae2
diff --git a/PKGBUILD b/PKGBUILD
index c1cc3ced75d2..a64006fceb52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=archisteamfarm-bin
pkgver=3.4.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="C# application that allows you to farm steam cards using multiple steam accounts simultaneously."
arch=('x86_64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
@@ -12,7 +12,7 @@ noextract=('ASF-linux-x64.zip')
options=("!strip")
source=(
- "https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/${pkgvar}/ASF-linux-x64.zip"
+ "https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/${pkgver}/ASF-linux-x64.zip"
"LICENSE-2.0.txt"
"ArchiSteamFarm-bin.desktop"
)