summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Hedayioglu2017-12-09 20:56:11 +0000
committerFabio Hedayioglu2017-12-09 20:56:11 +0000
commitb74755fc7a53f08ffd4fc7a9f64b771f97f1729c (patch)
tree4fd994bcf9013cc22388b37d1388deb9f2227d1c /PKGBUILD
parente09946ed839f9441f5344ae338b94968a418d3e7 (diff)
downloadaur-b74755fc7a53f08ffd4fc7a9f64b771f97f1729c.tar.gz
- updated to 4.4.2333
- added options=( !strip ), as suggested by yuki-san on 2017-12-04
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebf3d36310ba..314ad9c55d29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,6 +38,7 @@ sha256sums=('512ac4db80b1fac4577b269a1b8d9046df5888afc567285544d3aad99cd8166f'
if [ "$CARCH" = "i686" ]; then _arch="32bit"
elif [ "$CARCH" = "x86_64" ]; then _arch="64bit"
fi
+options=( !strip )
package() {
msg "Creating folders..."