summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2018-10-23 09:36:45 +0200
committerDanilo Bargen2018-10-23 09:36:45 +0200
commit25813cb3932a5261d67cc0ac51c6b2c3e6c394fd (patch)
tree3052edc385d82d25892dce257b5090175543bb43
parent88b9f163af08cf045decf342cccb84b6e48a4691 (diff)
downloadaur-25813cb3932a5261d67cc0ac51c6b2c3e6c394fd.tar.gz
Don't strip
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af4b921f7cf0..84c1462a09b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hexdino-git
_name=hexdino
pkgver=r66.b134144
-pkgrel=1
+pkgrel=2
pkgdesc="A hex editor with vim like keybindings written in Rust."
arch=('x86_64' 'i686')
url="https://github.com/Luz/hexdino"
@@ -12,7 +12,7 @@ depends_x86_64=('ncurses')
makedepends=('git' 'rust' 'cargo')
provides=('hexdino')
conflicts=('hexdino')
-options=(!emptydirs)
+options=(!emptydirs !strip)
source=('git+https://github.com/Luz/hexdino')
md5sums=('SKIP')