summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Brulhart2019-12-29 13:40:59 +0100
committerSimon Brulhart2019-12-29 13:40:59 +0100
commit6251a701cedd1056ab4b30d4de498bd72dfdbda3 (patch)
tree26539f0c8bc0740a30fc37a644544c65bb1d70cb /PKGBUILD
parent71d76d904ac9e80da71e740c993eb07594c8fb4b (diff)
downloadaur-6251a701cedd1056ab4b30d4de498bd72dfdbda3.tar.gz
Update to v10.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f56ff2ba9d41..b2f3fb719f54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: jooch <jooch AT gmx DOT com>
pkgname=freefilesync
-pkgver=10.18
+pkgver=10.19
pkgrel=1
pkgdesc="Backup software to synchronize files and folders"
arch=('i686' 'x86_64')
@@ -15,7 +15,6 @@ depends=(wxgtk webkit2gtk boost-libs)
makedepends=(boost unzip)
source=(
"FreeFileSync_${pkgver}_Source.zip::${url}/download/FreeFileSync_${pkgver}_Source.zip" #ffs
- ignore_curl_version_assertion.patch
revert_xdg_config_path.patch
revert_bulk_append.patch
revert_linkflags.patch
@@ -24,8 +23,7 @@ source=(
dlagent
)
-sha256sums=('14160a0855c1fe824fe721edc4d8432d9ce8e4398cc1c759ae91a1b697c00eb1'
- '4c62e13fdeafb3263c286718e27a48e8ff127fdcfac39becb45b976e66b6b99f'
+sha256sums=('843b56667188c43bbc0622e51b63f9d904ced09dd7921d3afb9c431c4e1f73d5'
'bd2b786be724818cf232129ecd432f305a5fdecc298a3e503a1e9182cad6a707'
'2ea1f157ab31feb18b0d8ac117a1820174a4b2b9bdaee2027c1fbc2c287e1caa'
'd3dedc100163ce00ae5889a6039a1fff11ae32b676ae5e83ae9182509f80638d'
@@ -47,9 +45,6 @@ prepare() {
sed -e 's:m_textCtrlOfflineActivationKey->ForceUpper:// &:g' -i 'FreeFileSync/Source/ui/small_dlgs.cpp'
sed -e 's:const double scrollSpeed =:& 6; //:g' -i 'wx+/grid.cpp'
-# remove assertion for libcurl version >1.67 (1.66 should be safe but slower)
- patch --binary -p1 -i ignore_curl_version_assertion.patch
-
# add LINKFLAGS that were removed but that we still need in our case
patch -p1 -i revert_linkflags.patch