git » assimp6.git » commit 32a8aad

upgpkg: 5.2.5-1

author Sven-Hendrik Haase
2022-09-12 23:00:01 UTC
committer Sven-Hendrik Haase
2022-09-12 23:00:01 UTC
parent 68ad4ed42a5f426ac3e415c205cb302af2ff45d1

upgpkg: 5.2.5-1

PKGBUILD +4 -11

diff --git a/PKGBUILD b/PKGBUILD
index 4d08fcc..0373f07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,16 @@
 # Contributor: jepaan <jepaan at hotmail dot com>
 
 pkgname=assimp
-pkgver=5.2.4
-pkgrel=2
+pkgver=5.2.5
+pkgrel=1
 pkgdesc="Library to import various well-known 3D model formats in an uniform manner"
 arch=('x86_64')
 license=('BSD')
 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"
-        https://github.com/gentoo/gentoo/raw/master/media-libs/assimp/files/assimp-5.2.2-fix-usage-of-incompatible-minizip-data-structure.patch)
-sha512sums=('ee988b1806b46c78f97bb5b25237a3f56a7028ed37898fb9b243e379e29e8bfd29e4dffc616566941ed9bdcf502bd30568904ad2ef2ef7d0f63b40daefdc66bf'
-            '2103864934bd4a3469b419536da4604839b3b1a1b412612dd5a631f578d7c54538e7c97ca612e28425e5f1dd0ce71c11117165f1cbcb5f3604113ae4be259734')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../assimp-5.2.2-fix-usage-of-incompatible-minizip-data-structure.patch # https://github.com/assimp/assimp/issues/4334
-}
+source=("$pkgname-$pkgver.tar.gz::https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz")
+sha512sums=('ac0dc4243f9d1ff077966f0037187b4374075ac97e75e1a3cd6bdc1caf5f8e4d40953d9a8a316480969c09524d87daa9d3ed75e6ac6f037dd5b1c5f25fce3afb')
 
 build() {
   cd ${pkgname}-${pkgver}