summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Brulhart2019-07-05 21:23:44 +0200
committerSimon Brulhart2019-07-05 21:24:58 +0200
commit77bfa7710c2c7efb3428e3121cad253f2468cc81 (patch)
tree325a0ad98ff3b6de53a287b110fc0c9cb405143d /PKGBUILD
parent1620c1f81fb41f11cb4b165a0b21b1ed6d618246 (diff)
downloadaur-77bfa7710c2c7efb3428e3121cad253f2468cc81.tar.gz
Update download workaround
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66ab106eb939..964e43949f2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
pkgname=freefilesync
pkgver=10.13
-pkgrel=1
+pkgrel=2
pkgdesc="Backup software to synchronize files and folders"
arch=('i686' 'x86_64')
-url="https://www.freefilesync.org"
+url="https://freefilesync.org"
license=('GPLv3')
depends=(wxgtk webkit2gtk boost-libs)
makedepends=(boost unzip)
@@ -29,7 +29,7 @@ DLAGENTS=("https::/usr/bin/curl -fLC - --retry 5 --retry-delay 3 -A Mozilla -o %
_auth_request="$(\
echo "Authenticating for download ..." >&2; \
- /usr/bin/curl -fsSL -A Mozilla "$url/cookie/load-consent.php" \
+ /usr/bin/curl -fsSL -A Mozilla "$url/cookie/init.js.php" \
)"
prepare() {