* update glfw to 3.3.4-1

This commit is contained in:
Alexander Baldeck 2021-05-01 20:13:55 +02:00
parent eaf4dcfd1e
commit 56a1086684

View File

@ -8,16 +8,16 @@
pkgbase=glfw
pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
pkgver=3.3.3
pkgver=3.3.4
pkgrel=1
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc)
url="https://www.glfw.org/"
license=('custom:ZLIB')
makedepends=('mesa' 'cmake' 'doxygen' 'vulkan-headers' 'vulkan-icd-loader'
'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
'libxcursor' 'libxkbcommon' 'libxinerama')
source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz")
sha512sums=('6d743d89d159bff6c4f7fa3fc5bc407fd728bdc432d76acc4897fd392580be272f8a9d1d7c375c4323e82bf2fd28310e5daab097fef33e8f43b69ce104f9bd31')
sha512sums=('2b45ab72da7a2c007c0f42ccd56205f9684cfb980e2b1df127850cd057bb2b02ce02c7c64acd54cd433778e7017148f214afedf09badff9d2edf5f9b8d9d2701')
prepare() {
cd "$srcdir/$pkgbase-$pkgver"