summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchibald8692019-02-11 20:38:36 +0100
committerarchibald8692019-02-11 20:38:36 +0100
commit353a1e2e86d03783d779fd27036aa1052d3c694a (patch)
tree1d351e22865b182af0aaa27434f82ac951c31a22
parent214c475c30ace5cb6607c25d4bce423cdcae265f (diff)
downloadaur-353a1e2e86d03783d779fd27036aa1052d3c694a.tar.gz
Add option to PKGBUILD not to strip symbols from binaries and libraries
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01b184d5f6b7..243610715743 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freefilesync-bin
pkgdesc = Folder comparison and synchronization
pkgver = 10.9
- pkgrel = 1
+ pkgrel = 2
url = https://www.freefilesync.org/
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = freefilesync-bin
depends = lib32-libsm
provides = freefilesync
conflicts = freefilesync
+ options = !strip
source = freefilesync-bin-10.9.tar.gz::https://freefilesync.org/download_redirect.php?file=FreeFileSync_10.9_Linux.tar.gz
source = FreeFileSync.desktop
source = FreeFileSync.png
diff --git a/PKGBUILD b/PKGBUILD
index b81db76639f3..024d4aa21fbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=freefilesync-bin
_pkgname=freefilesync
pkgver=10.9
-pkgrel=1
+pkgrel=2
pkgdesc="Folder comparison and synchronization"
arch=("i686" "x86_64")
url="https://www.freefilesync.org/"
@@ -25,6 +25,7 @@ sha256sums=(
"11315b1735c4f6af91f3aaaf3b37800c54ce24f10a3e674d94f88048605e4da8"
"23c68af45d34f41fdb76886067b71af4dd3fe14f2dd60f73193b2052dc333bf6"
)
+options=(!strip)
DLAGENTS=("https::/usr/bin/curl -fLC - --retry 5 --retry-delay 3 -A Mozilla -o %o %u")
package() {