summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-11-17 20:32:03 +0100
committerMichel Zou2019-11-17 20:32:03 +0100
commite488ff9b12426072c1f824bcc3e0b12e65128b1b (patch)
tree83c8f32f9ac09270f464fcb77784fc71f39c2a8b
parent71a82c1b2f7ac488e807bfa6c348494f300e9070 (diff)
downloadaur-e488ff9b12426072c1f824bcc3e0b12e65128b1b.tar.gz
5.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afc08aaaa182..9febb9b317b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Feb 4 19:23:33 UTC 2018
pkgbase = mingw-w64-assimp
pkgdesc = Portable Open Source library to import various well-known 3D model formats in an uniform manner (mingw-w64)
- pkgver = 4.1.0
+ pkgver = 5.0.0
pkgrel = 1
url = http://www.assimp.org/
arch = any
@@ -13,8 +11,8 @@ pkgbase = mingw-w64-assimp
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/assimp/assimp/archive/v4.1.0.tar.gz
- sha256sums = 3520b1e9793b93a2ca3b797199e16f40d61762617e072f2d525fad70f9678a71
+ source = https://github.com/assimp/assimp/archive/v5.0.0.tar.gz
+ sha256sums = b0110a91650d6bb4000e3d5c2185bf77b0ff0a2e7a284bc2c4af81b33988b63c
pkgname = mingw-w64-assimp
diff --git a/PKGBUILD b/PKGBUILD
index d997146e9729..b788b686ac25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-assimp
-pkgver=4.1.0
+pkgver=5.0.0
pkgrel=1
pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner (mingw-w64)"
arch=('any')
@@ -9,7 +9,7 @@ makedepends=('mingw-w64-cmake')
url='http://www.assimp.org/'
source=("https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz")
options=('!strip' '!buildflags' 'staticlibs')
-sha256sums=('3520b1e9793b93a2ca3b797199e16f40d61762617e072f2d525fad70f9678a71')
+sha256sums=('b0110a91650d6bb4000e3d5c2185bf77b0ff0a2e7a284bc2c4af81b33988b63c')
_basename=assimp
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"