summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralgar2025-05-06 10:24:35 +0200
committeralgar2025-05-06 10:24:35 +0200
commit2191f050d633026e9eb53c21bafc281ebd262f66 (patch)
tree7a1ee86b15a4efd76a82b5f3ba555833ba1754a8 /PKGBUILD
parentc0a1ed3e996b7aa4cd958edecb21556375a49ede (diff)
downloadaur-openspace-git.tar.gz
Dropped cmake patch.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 224f217bdf21..d3a5dca12f3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=openspace-git
_pkgname=OpenSpace
-pkgver=v0.20.0.330.ge0df6d6c2e
+pkgver=v0.20.0.347.g517e44db5a
pkgrel=1
pkgdesc="OpenSpace is an open source, non-commercial, and freely available interactive data visualization software designed to visualize the entire known universe and portray our ongoing efforts to investigate the cosmos"
arch=('x86_64')
@@ -14,12 +14,10 @@ depends=('gdal' 'mpv' 'vulkan-headers' 'libxinerama' 'libxi' 'qt6-base' 'nss' 'a
conflicts=('openspace')
source=("git+https://github.com/OpenSpace/OpenSpace.git#branch=master"
"open-space"
- "update-cfg.patch"
- "cmake-pstl-serial.patch")
+ "update-cfg.patch")
sha256sums=('SKIP'
56c958c21b0dc0cd2dc822f24788cd5889a222acd82407e6800b167e6c277681
b9d6d8084f07a0a47c3cb4e39a2e9063f7b03b30ae35ef0348ff5d1c173e7d36
- eabbbf1c7bba8d6ad8673a71b7d47347f4f5318b6a0cb2ea305c1d18ab9c130f
)
options=(!debug)
@@ -34,7 +32,6 @@ prepare() {
git submodule update --init --recursive
# patch main configuration file to enable local user execution.
patch < "${srcdir}/update-cfg.patch"
- patch < "${srcdir}/cmake-pstl-serial.patch"
}