* update ftgl to 2.4.0-3

This commit is contained in:
Alexander Baldeck 2024-07-26 18:15:54 +02:00
parent f1d20b699b
commit 951e3607b8
3 changed files with 22 additions and 1 deletions

17
ftgl/.SRCINFO Normal file
View File

@ -0,0 +1,17 @@
pkgbase = ftgl
pkgdesc = OpenGL library to use arbitrary fonts
pkgver = 2.4.0
pkgrel = 3
url = https://github.com/frankheckenbach/ftgl
arch = x86_64
license = MIT
makedepends = doxygen
makedepends = mesa
makedepends = graphviz
makedepends = git
depends = freetype2
depends = glu
source = git+https://github.com/frankheckenbach/ftgl#commit=483639219095ad080538e07ceb5996de901d4e74
sha256sums = SKIP
pkgname = ftgl

4
ftgl/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[ftgl]
source = "git"
git = "https://github.com/frankheckenbach/ftgl.git"
prefix = "v"

View File

@ -6,7 +6,7 @@
pkgname=ftgl
_pkgver=2.1.3-rc5
pkgver=2.4.0
pkgrel=2
pkgrel=3
pkgdesc="OpenGL library to use arbitrary fonts"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/frankheckenbach/ftgl"