diff --git a/glu/.SRCINFO b/glu/.SRCINFO new file mode 100644 index 0000000000..9315e2239f --- /dev/null +++ b/glu/.SRCINFO @@ -0,0 +1,19 @@ +pkgbase = glu + pkgdesc = Mesa OpenGL utility library + pkgver = 9.0.3 + pkgrel = 2 + url = https://gitlab.freedesktop.org/mesa/glu + arch = x86_64 + license = SGI-B-2.0 + license = MIT + makedepends = meson + depends = libgl + depends = gcc-libs + depends = glibc + source = https://mesa.freedesktop.org/archive/glu/glu-9.0.3.tar.xz + source = https://mesa.freedesktop.org/archive/glu/glu-9.0.3.tar.xz.sig + validpgpkeys = 57551DE15B968F6341C248F68D8E31AFC32428A6 + sha512sums = b2781059c0e176192c3fc0d7244645020937a463311171efddb9f35fb94ee43faabcf627fa7f429d48fceaf6dd9c5adb69c86c7a21ec4ea490f4ab143d52e3ba + sha512sums = SKIP + +pkgname = glu diff --git a/glu/.nvchecker.toml b/glu/.nvchecker.toml new file mode 100644 index 0000000000..3f03c9f40a --- /dev/null +++ b/glu/.nvchecker.toml @@ -0,0 +1,6 @@ +[glu] +source = "gitlab" +gitlab = "mesa/glu" +host = "gitlab.freedesktop.org" +use_max_tag = true +prefix = "glu-" diff --git a/glu/PKGBUILD b/glu/PKGBUILD index f6166f5773..cdf9b05b60 100644 --- a/glu/PKGBUILD +++ b/glu/PKGBUILD @@ -1,14 +1,14 @@ -# POWER Maintainer: Alexander Baldeck # Maintainer: Andreas Radke # Contributor: Laurent Carlier pkgname=glu pkgver=9.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="Mesa OpenGL utility library" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://gitlab.freedesktop.org/mesa/glu" -license=('LGPL') +# no license file included, can be found inside the source files +license=('SGI-B-2.0' 'MIT') depends=('libgl' 'gcc-libs' 'glibc') makedepends=('meson') source=(https://mesa.freedesktop.org/archive/glu/glu-$pkgver.tar.xz{,.sig})