summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTadly2016-05-03 09:46:05 +0200
committerTadly2016-05-03 09:46:05 +0200
commitdfe1ff15f2ddee5abfcdd9f4ad41c290e701fd74 (patch)
tree2968399690e0bb35c04898dc9496cc973c9e0993 /PKGBUILD
parent07953708654f34f5f1dba1db0e8128c4adfbc88b (diff)
downloadaur-dfe1ff15f2ddee5abfcdd9f4ad41c290e701fd74.tar.gz
disable strip to fix browser extension
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bfd00e004ba..dd3e28e85694 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=enpass
pkgver=5.2.0
_pkgver_x86_x64=5.2.0.1
_pkgver_i686=5.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A multiplatform password manager"
arch=('i686' 'x86_64')
url="http://enpass.io/"
@@ -19,6 +19,9 @@ sha256sums_i686=(
'14695d8549d7ca7ff0612d687b49e4ad6e8a41863be94e8cacabc8c21f6069c5'
)
+# Disable strip as otherwise the browser extension will not work
+options=('!strip')
+
package() {
# Extract data
tar xfz ${srcdir}/data.tar.gz -C ${pkgdir}