Date: Saturday, April 22, 2023 @ 02:56:02
  Author: svenstaro
Revision: 1448220

upgpkg: f3d 2.0.0-1

Modified:
  f3d/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-22 01:39:55 UTC (rev 1448219)
+++ PKGBUILD    2023-04-22 02:56:02 UTC (rev 1448220)
@@ -2,8 +2,8 @@
 # Contributor: Michael Migliore <[email protected]>
 # Contributor: Mathieu Wespthal <[email protected]>
 pkgname=f3d
-pkgver=1.3.1
-pkgrel=10
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='A fast and minimalist 3D viewer'
 arch=('x86_64')
 url="https://github.com/${pkgname}-app/${pkgname}";
@@ -11,7 +11,7 @@
 depends=('vtk' 'glew' 'pugixml' 'netcdf' 'ospray' 'assimp' 'opencascade' 
'alembic' 'python' 'fmt' 'nlohmann-json')
 makedepends=('cmake' 'help2man' 'openmp' 'pybind11' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname-app/$pkgname/archive/refs/tags/v$pkgver.tar.gz";)
-sha256sums=('653dc4044e14d0618c1d947a8ee85d2513e100b3fc24bd6e51830131a13e795d')
+sha256sums=('5b335de78a9f68903d7023d947090d4b36fa15b9e165749906a82153e0f56d05')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -39,5 +39,5 @@
   cd "$srcdir/$pkgname-$pkgver"
 
   DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 LICENSE.md 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.md
 }

Reply via email to