summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2015-11-11PKGBUILD: Don't strip debug symbols from executable.Florian Walch
2015-11-06PKGBUILD: Change dependency on 'libvterm-bzr' to 'libvterm'.Florian Walch
Depending on the latest revision from libvterm's repository will cause problems if there are breaking changes. As a version of libvterm working with Neovim is in [community], we might as well use it.
2015-11-01PKGBUILD: Update pkgver() for 0.1.0 release.Florian Walch
Also set build type to 'Dev' (see [1]). [1] https://github.com/neovim/neovim/pull/3318
2015-10-27PKGBUILD: Set ENABLE_JEMALLOC, update to 0.r4306.68e5968.Florian Walch
jemalloc is no longer enabled by default [1]. Also update website URL to use HTTPS. [1] https://github.com/neovim/neovim/pull/3515
2015-10-08PKGBUILD: Remove version constraint on libtermkey, update to 0.r4069.cd6b4af.Florian Walch
Without version constraint (libtermkey>=0.18), migrating from libtermkey-bzr is easier. Otherwise, libtermkey-bzr would need to be updated to 0.18.r0 first, then replaced with libtermkey.
2015-10-07PKGBUILD: Depend on libtermkey 0.18, update to 0.r4067.7be75a0.Florian Walch
2015-08-26PKGBUILD: Fix check(), update to 0.r3908.b2ece14.Florian Walch
Add "--headless" in check() to not start a user interface.
2015-06-23Initial commit: neovim-git 0.r3607.20a57c4-1.Florian Walch