summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubosz Sarnecki2024-02-27 15:53:30 +0100
committerLubosz Sarnecki2024-02-27 15:53:53 +0100
commit5a70046a40c52f6f6c915f8be11cc47762e35e96 (patch)
tree076efafdb1480e01bfc5c0472b1abb64bda117dd
parentd40840b50b4080d938c88c345ac271af7b65def9 (diff)
downloadaur-sphvr-git.tar.gz
Drop broken build option. Bump version.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a36cacc33a47..8d17ba8a87e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sphvr-git
pkgdesc = A spherical media player using Vulkan and GStreamer.
- pkgver = 0.0.1.63.3a9ec15
+ pkgver = 0.0.1.103.830dc5a
pkgrel = 1
url = https://gitlab.com/lubosz/sphvr
arch = i686
@@ -13,10 +13,9 @@ pkgbase = sphvr-git
makedepends = glm
depends = gulkan-git
depends = gst-plugins-bad-libs
- provides = sphvr=0.0.1.63.3a9ec15
+ provides = sphvr=0.0.1.103.830dc5a
conflicts = sphvr
source = git+https://gitlab.com/lubosz/sphvr.git
md5sums = SKIP
pkgname = sphvr-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 34503d6dcf9d..e7690160e326 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
}