summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Westphal2022-12-19 19:42:43 +0100
committerMathieu Westphal2022-12-19 19:42:43 +0100
commita667c143be072f0f309ea8de603628aab5cca9d7 (patch)
tree3830228d0d0a48a2aaa4bd53f4e95f6b1745a34f
parent5f270855ea4bf741f59a772a0a199b9292cf07cb (diff)
downloadaur-a667c143be072f0f309ea8de603628aab5cca9d7.tar.gz
Remove compat package
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eed00fa9562..3d232c1fe9a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = f3d-git
pkgdesc = A fast and minimalist 3D viewer
- pkgver = v1.3.1.g2596b19
- pkgrel = 1
+ pkgver = v1.3.1.gcc42277
+ pkgrel = 2
url = https://github.com/f3d-app/f3d
arch = x86_64
license = BSD
@@ -24,7 +24,6 @@ pkgbase = f3d-git
depends = python
depends = fmt
depends = utf8cpp
- depends = draco_static_lib_compat
provides = f3d
conflicts = f3d
source = git+https://github.com/f3d-app/f3d.git
diff --git a/PKGBUILD b/PKGBUILD
index 25420b32a9a9..76103930408c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
export GIT_LFS_SKIP_SMUDGE=1
_name=f3d
pkgname=$_name-git
-pkgver=nightly.r0.g2596b19
-pkgrel=1
+pkgver=v1.3.1.gcc42277
+pkgrel=2
pkgdesc='A fast and minimalist 3D viewer'
arch=('x86_64')
url="https://github.com/$_name-app/$_name"
license=('BSD')
-depends=('vtk' 'glew' 'pugixml' 'netcdf' 'ospray' 'assimp' 'opencascade' 'alembic' 'draco' 'jdk-openjdk' 'python' 'fmt' 'utf8cpp' 'draco_static_lib_compat')
+depends=('vtk' 'glew' 'pugixml' 'netcdf' 'ospray' 'assimp' 'opencascade' 'alembic' 'draco' 'jdk-openjdk' 'python' 'fmt' 'utf8cpp')
makedepends=('git' 'git-lfs' 'cmake' 'help2man' 'openmp' 'pybind11')
provides=('f3d')
conflicts=('f3d')