summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6fa5345da006..61e55065ef97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fernando Fernández <fernando@softwareperonista.com.ar>
_pkgname=gvls
pkgname=${_pkgname}-git
-pkgver=0.10.2+143+g1c67bde
+pkgver=0.12.0
pkgrel=1
pkgdesc='GNOME Vala Language Server'
arch=(i686 x86_64)
@@ -35,10 +35,6 @@ build() {
ninja -C build
}
-#check() {
-# meson test -C build
-#}
-
package() {
DESTDIR="${pkgdir}" meson install -C build
}