[arch-commits] Commit in neovim-qt/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri Aug 9 09:01:45 UTC 2019
Date: Friday, August 9, 2019 @ 09:01:45
Author: arodseth
Revision: 498423
upgpkg: neovim-qt 0.2.13-1
Modified:
neovim-qt/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-09 09:01:42 UTC (rev 498422)
+++ PKGBUILD 2019-08-09 09:01:45 UTC (rev 498423)
@@ -4,8 +4,8 @@
# Contributor: Ian Ker-Seymer <i.kerseymer at gmail.com>
pkgname=neovim-qt
-pkgver=0.2.12
-pkgrel=2
+pkgver=0.2.13
+pkgrel=1
pkgdesc='GUI for Neovim'
arch=(x86_64)
url='https://github.com/equalsraf/neovim-qt'
@@ -13,7 +13,7 @@
depends=(neovim qt5-base)
makedepends=(cmake ninja xorg-server-xvfb)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('f88a35683f2897d766bfd617c2bb9277e5e267a4b9c509807cbafa5cfe354cf6')
+sha256sums=('382d6db482804e830d14b922caaef4500c325f3a380165d68b6e998d99deb837')
build() {
mkdir -p build
@@ -31,8 +31,7 @@
}
check() {
- cd $pkgname-$pkgver
- xvfb-run ninja -C "$srcdir/build" test
+ xvfb-run ninja -C build test
}
package() {
@@ -41,4 +40,5 @@
"$pkgname-$pkgver/LICENSE"
}
+# getver: github.com/equalsraf/neovim-qt/releases
# vim: sw=2 ts=2 et
More information about the arch-commits
mailing list