Skip to content

Instantly share code, notes, and snippets.

@mercutiodesign
Created July 4, 2019 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mercutiodesign/1ea9f4584272d2380dd8a947757ef354 to your computer and use it in GitHub Desktop.
Save mercutiodesign/1ea9f4584272d2380dd8a947757ef354 to your computer and use it in GitHub Desktop.
diff --git a/PKGBUILD b/PKGBUILD
index 66ab106..e320d2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=10.13
pkgrel=1
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)
@@ -27,11 +27,6 @@ sha256sums=('6460362e56e846535ffa07eb5e087fac1efa04c34dd8f5c323c570f7e960b72a'
DLAGENTS=("https::/usr/bin/curl -fLC - --retry 5 --retry-delay 3 -A Mozilla -o %o %u")
-_auth_request="$(\
- echo "Authenticating for download ..." >&2; \
- /usr/bin/curl -fsSL -A Mozilla "$url/cookie/load-consent.php" \
-)"
-
prepare() {
# wxgtk < 3.1.0
# Revert to classic config path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment