* update assimp to 5.4.3-1

This commit is contained in:
Alexander Baldeck 2024-12-09 08:53:15 +01:00
parent 7369bfbb1c
commit b5306d7fa0
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = assimp
pkgdesc = Library to import various well-known 3D model formats in an uniform manner
pkgver = 5.4.2
pkgver = 5.4.3
pkgrel = 1
url = https://github.com/assimp/assimp
arch = x86_64
@ -13,7 +13,7 @@ pkgbase = assimp
makedepends = ninja
depends = zlib
depends = gcc-libs
source = assimp-5.4.2.tar.gz::https://github.com/assimp/assimp/archive/v5.4.2.tar.gz
sha512sums = 4bfcc3a1b5a0cf3f382560564cac67088e13c62500c3c77dcef03811e67debe72ff318f5ed145b204d5017b56cb4293f3fe14b4060ca193813cef42b12eebe9d
source = assimp-5.4.3.tar.gz::https://github.com/assimp/assimp/archive/v5.4.3.tar.gz
sha512sums = 4738db84068d36face8caf61c0789178fdfc1310fa8e81ffb9b025e14183bde546b784d691c92438ab310a79ab7b75ab62ee0247d5f01e81ddf04fb94b7a9c0b
pkgname = assimp

View File

@ -3,8 +3,8 @@
# Contributor: jepaan <jepaan at hotmail dot com>
pkgname=assimp
pkgver=5.4.2
pkgrel=1.1
pkgver=5.4.3
pkgrel=1
pkgdesc="Library to import various well-known 3D model formats in an uniform manner"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('BSD')
@ -12,7 +12,7 @@ depends=('zlib' 'gcc-libs')
makedepends=('cmake' 'ninja')
url='https://github.com/assimp/assimp'
source=("$pkgname-$pkgver.tar.gz::https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz")
sha512sums=('4bfcc3a1b5a0cf3f382560564cac67088e13c62500c3c77dcef03811e67debe72ff318f5ed145b204d5017b56cb4293f3fe14b4060ca193813cef42b12eebe9d')
sha512sums=('4738db84068d36face8caf61c0789178fdfc1310fa8e81ffb9b025e14183bde546b784d691c92438ab310a79ab7b75ab62ee0247d5f01e81ddf04fb94b7a9c0b')
build() {
cd ${pkgname}-${pkgver}