summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Walch2015-11-11 21:44:53 +0100
committerFlorian Walch2015-11-11 21:44:53 +0100
commita533c50e4f34ee4d03ca3d78846e620100a53885 (patch)
treeb9b8ec3eeb846dd5753b39332e6314007e081568 /PKGBUILD
parent1d48c599f438ca34a5ccd25039c4e452629aeb90 (diff)
downloadaur-a533c50e4f34ee4d03ca3d78846e620100a53885.tar.gz
PKGBUILD: Don't strip debug symbols from executable.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9073462f87e..5076fa16599d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-git
-pkgver=0.1.0.r12.g9499432
+pkgver=0.1.0.r44.g632408a
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs.'
arch=('i686' 'x86_64')
@@ -19,6 +19,7 @@ sha256sums=('SKIP')
provides=("neovim=${pkgver}")
conflicts=('neovim')
install=neovim-git.install
+options=(!strip)
pkgver() {
cd "${pkgname}"