summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrank LENORMAND2020-05-11 10:45:43 +0300
committerFrank LENORMAND2020-05-11 10:45:43 +0300
commit7f46bff97092c79d49dea77cb0ebd6ab671a06c8 (patch)
treeaa68dbf84d3d49b498d567228d19b1cc8bd7689a /PKGBUILD
parent3f095da12fb2633bf43457b2cbb740cbd9a5c20b (diff)
downloadaur-7f46bff97092c79d49dea77cb0ebd6ab671a06c8.tar.gz
Let the editor pick its own build flags
The default `makepkg` build flags conflict with the ones picked by the editor, which generates ugly warnings at compile-time.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 407fb2d9fdd4..79587e55ee44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=kakoune-git
-pkgver=2019.07.01_r32_g837416ea
-pkgrel=1
+pkgver=2020.01.16_r186_g60154300
+pkgrel=2
pkgdesc='Multiple-selection, UNIX-flavored modal editor'
arch=('x86_64' 'armv7h')
url='https://github.com/mawww/kakoune'
@@ -24,6 +24,7 @@ provides=('kakoune')
conflicts=('kakoune')
source=("${pkgname}::git+https://github.com/mawww/kakoune.git")
sha256sums=('SKIP')
+options=('!buildflags')
pkgver() {
cd "${srcdir}/${pkgname}"