summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-09-25 22:06:40 -0400
committerPatrick Northon2023-09-25 22:06:40 -0400
commit4b6554bc3e7ca5ba9c40fe993e760587f98e07fa (patch)
tree5a4baf3557a4a92b52578fb01c5c251251d689d6
parent60c471aec97788e132b7538a59d95b30b5adbc05 (diff)
downloadaur-4b6554bc3e7ca5ba9c40fe993e760587f98e07fa.tar.gz
Update version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6d022b69705..f61ff17e25e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-assimp
pkgdesc = Portable Open Source library to import various well-known 3D model formats in an uniform manner (mingw-w64)
- pkgver = 5.3.0
+ pkgver = 5.3.1
pkgrel = 1
url = http://www.assimp.org/
arch = any
@@ -14,7 +14,7 @@ pkgbase = mingw-w64-assimp
options = !buildflags
options = staticlibs
options = !lto
- source = assimp-5.3.0.tar.gz::https://github.com/assimp/assimp/archive/v5.3.0.tar.gz
- sha256sums = 47200772961b633eb3b57cf6df5d9618863af39022cc3afa1108005f3889bab3
+ source = assimp-5.3.1.tar.gz::https://github.com/assimp/assimp/archive/v5.3.1.tar.gz
+ sha256sums = a07666be71afe1ad4bc008c2336b7c688aca391271188eb9108d0c6db1be53f1
pkgname = mingw-w64-assimp
diff --git a/PKGBUILD b/PKGBUILD
index 0e381d30192f..d5a0be2a079d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=assimp
pkgname=mingw-w64-${_pkgname}
-pkgver=5.3.0
+pkgver=5.3.1
pkgrel=1
pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner (mingw-w64)"
arch=('any')
@@ -13,7 +13,7 @@ checkdepends=('mingw-w64-wine')
url='http://www.assimp.org/'
source=("$_pkgname-$pkgver.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/v${pkgver}.tar.gz")
options=('!strip' '!buildflags' 'staticlibs' '!lto')
-sha256sums=('47200772961b633eb3b57cf6df5d9618863af39022cc3afa1108005f3889bab3')
+sha256sums=('a07666be71afe1ad4bc008c2336b7c688aca391271188eb9108d0c6db1be53f1')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
_flags=(
-Wno-dev -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS_RELEASE='-DNDEBUG' -DCMAKE_C_FLAGS_RELEASE='-DNDEBUG'