diff options
author | Lubosz Sarnecki | 2024-02-27 15:53:30 +0100 |
---|---|---|
committer | Lubosz Sarnecki | 2024-02-27 15:53:53 +0100 |
commit | 5a70046a40c52f6f6c915f8be11cc47762e35e96 (patch) | |
tree | 076efafdb1480e01bfc5c0472b1abb64bda117dd /PKGBUILD | |
parent | d40840b50b4080d938c88c345ac271af7b65def9 (diff) | |
download | aur-5a70046a40c52f6f6c915f8be11cc47762e35e96.tar.gz |
Drop broken build option. Bump version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Maintainer: Lubosz Sarnecki <lubosz at gmail com> - + _realname='sphvr' pkgname="$_realname-git" -pkgver=0.0.1.63.3a9ec15 +pkgver=0.0.1.103.830dc5a pkgrel=1 pkgdesc='A spherical media player using Vulkan and GStreamer.' arch=('i686' 'x86_64') @@ -30,7 +30,7 @@ pkgver() { build() { rm -rf build - arch-meson $_realname build --libdir=lib --buildtype release -Dapi_doc=true + arch-meson $_realname build --libdir=lib --buildtype release ninja -C build } |