summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Migliore2020-03-31 11:29:13 +0200
committerMichael Migliore2020-03-31 11:29:13 +0200
commit0fa7ef6a4cc89b2b369ca3440cb2409ae5812ae7 (patch)
treee8b9dd157b96179fd29444c70c59b341b9cd76f1
parentcee88f63f11a131ae71332ce17d5f669ffd02a4e (diff)
downloadaur-0fa7ef6a4cc89b2b369ca3440cb2409ae5812ae7.tar.gz
Update to v1.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8578eca237d5..746c0ea7e323 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = filament
pkgdesc = A real-time physically based engine
- pkgver = 1.4.5
+ pkgver = 1.5.0
pkgrel = 1
- url = https://github.com/google/filament/tree/v1.4.5
+ url = https://github.com/google/filament/tree/v1.5.0
arch = x86_64
license = Apache
makedepends = cmake
@@ -17,8 +17,8 @@ pkgbase = filament
depends = zlib
depends = openimagedenoise
conflicts = mono
- source = https://github.com/google/filament/archive/v1.4.5.tar.gz
- sha256sums = 2c504085b66a7e7e2f5e05b7c3b51ed2c10160750fe6104503372ed3d5cc78bb
+ source = https://github.com/google/filament/archive/v1.5.0.tar.gz
+ sha256sums = 4f8f8d4c4bc68c4cd97da05379188ffe127acc94e875892836705d57f88ed0a8
pkgname = filament
diff --git a/PKGBUILD b/PKGBUILD
index afd4a63221f0..f9e56c7670e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Azrael <charles.gueunet+aur@gmail.com>
pkgname=filament
-pkgver=1.4.5
+pkgver=1.5.0
pkgrel=1
pkgdesc='A real-time physically based engine'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('assimp' 'libc++' 'libc++abi' 'mesa' 'libxi' 'embree' 'libpng' 'zlib' '
makedepends=('cmake' 'clang')
conflicts=('mono') # because of /usr/bin/cmgen
source=("https://github.com/google/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('2c504085b66a7e7e2f5e05b7c3b51ed2c10160750fe6104503372ed3d5cc78bb')
+sha256sums=('4f8f8d4c4bc68c4cd97da05379188ffe127acc94e875892836705d57f88ed0a8')
prepare() {
cd "$srcdir/$pkgname-$pkgver"