summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank LENORMAND2020-05-11 10:45:43 +0300
committerFrank LENORMAND2020-05-11 10:45:43 +0300
commit7f46bff97092c79d49dea77cb0ebd6ab671a06c8 (patch)
treeaa68dbf84d3d49b498d567228d19b1cc8bd7689a
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.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dea98aef3c4..4cb52ad10dde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kakoune-git
pkgdesc = Multiple-selection, UNIX-flavored modal editor
- pkgver = 2019.07.01_r32_g837416ea
- pkgrel = 1
+ pkgver = 2020.01.16_r186_g60154300
+ pkgrel = 2
url = https://github.com/mawww/kakoune
arch = x86_64
arch = armv7h
@@ -17,6 +17,7 @@ pkgbase = kakoune-git
optdepends = xorg-xmessage: for nicer debugging messages
provides = kakoune
conflicts = kakoune
+ options = !buildflags
source = kakoune-git::git+https://github.com/mawww/kakoune.git
sha256sums = SKIP
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}"