diff options
author | Erich Eckner <git@eckner.net> | 2022-09-13 11:09:48 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-09-13 11:09:48 +0200 |
commit | 236a832bf655e3e233717dc50659f6c2dffc079b (patch) | |
tree | 0805c70133e505c5a7fb6a95262582653c7f75d8 /perl-opengl | |
parent | b689205dac4f7b9c04781d50a889ead22572f35c (diff) | |
download | archlinuxewe-236a832bf655e3e233717dc50659f6c2dffc079b.tar.xz |
perl-opengl: rebuild
Diffstat (limited to 'perl-opengl')
-rw-r--r-- | perl-opengl/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-opengl/PKGBUILD b/perl-opengl/PKGBUILD index 2e4f69da4..6f356205c 100644 --- a/perl-opengl/PKGBUILD +++ b/perl-opengl/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-opengl' pkgver='0.70' -pkgrel=37 +pkgrel=38 pkgdesc='Perl bindings to the OpenGL API, GLU, and GLUT/FreeGLUT' arch=('x86_64' 'i686' 'pentium4') license=('PerlArtistic' 'GPL') @@ -12,7 +12,7 @@ _pinned_dependencies=( 'freeglut=3.2.2' 'glibc>=2.31' 'glu=9.0.2' - 'libglvnd=1.4.0' + 'libglvnd=1.5.0' 'libx11=1.8.1' ) depends=( |