diff options
author | Erich Eckner <git@eckner.net> | 2021-12-30 14:48:20 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-12-30 14:48:20 +0100 |
commit | 2eae94b173a3a98c14f7c7ca86dadccab2ebf5d0 (patch) | |
tree | c7ae31aefc592b6c56e788e988341d4fe0d21884 /perl-opengl/PKGBUILD | |
parent | 236bbfa2a200597206d6d062367667577ff52447 (diff) | |
download | archlinuxewe-2eae94b173a3a98c14f7c7ca86dadccab2ebf5d0.tar.xz |
perl-opengl: rebuild
Diffstat (limited to 'perl-opengl/PKGBUILD')
-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 4ec305458..35566d4d6 100644 --- a/perl-opengl/PKGBUILD +++ b/perl-opengl/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-opengl' pkgver='0.70' -pkgrel=25 +pkgrel=26 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.1' 'glibc>=2.31' 'glu=9.0.2' - 'libglvnd=1.3.4' + 'libglvnd=1.4.0' 'libx11=1.7.3.1' ) depends=( |